psql-query
Run ad-hoc PostgreSQL analytics queries against dev/test database
Find and report technical debt in the codebase
> /plugin marketplace add oliver-kriska/claude-elixir-phoenixHow it fires
How this command gets triggered: by you, by Claude, or both.
/techdebtContext preview
What this command does when you run it.
Find and report technical debt in the codebase
name: techdebt description: Find and report technical debt in the codebase
Scan the codebase for common Elixir/Phoenix tech debt patterns.
1. **Dead code**: Unused functions, modules, aliases
2. **Duplicated code**: Similar function bodies across modules 3. **Missing typespecs**: Public functions without `@spec` 4. **Large modules**: Files > 300 lines 5. **Missing tests**: Modules in `lib/` without corresponding `test/` files 6. **Deprecated patterns**: Old Phoenix/Ecto patterns 7. **Credo issues**: `mix credo --strict --format json`
Priority-sorted list with file:line references and suggested fixes.
Docs: phxagents.dev -- install guides per runtime, the runtime compatibility matrix, all 26 Iron Laws, and a browsable skill and agent catalog. Claude Code is great.
Repo: oliver-kriska/claude-elixir-phoenix
Run ad-hoc PostgreSQL analytics queries against dev/test database