apoorva-01
- 3 skills
- 0 followers
- 17 hours ago last updated
- ▌ My Tidy · apoorva-01Use when the user says '/my-tidy' or 'tidy [path]' or asks for a cleanup of dead code, unused imports, dead branches, or stale comments — without changing logic. Scoped to a single file or directory only. Always shows the diff and waits for approval before applying.
- ▌ My Council · apoorva-01Use when the user says 'council this' or '/my-council' followed by a decision/question. Spawns 5 advisor sub-agents (Contrarian, First Principles, Expansionist, Outsider, Executor) in parallel, runs an anonymous peer-review round, then synthesizes a chairman verdict with one concrete next step. Outputs HTML report + markdown transcript. Use for high-stakes decisions where being wrong is expensive.
- ▌ My Ship It · apoorva-01Use when the user says '/my-ship-it' or 'ship it' or wants to gate a commit/merge. Pre-commit pipeline that runs the project's lint + tests, invokes the my-code-reviewer subagent on the diff, drafts a Conventional Commits message, and presents everything for the user to approve. Never commits or pushes — that stays a manual step.