config/codex/skills/skill-reviewer/SKILL.md
Audit installed skills and agents for bloat, overlap, and improvement opportunities. Use when the user wants to review, audit, list, or improve their skills and agents. Triggers on "review skills", "audit skills", "list skills", "skill review", "improve skills".
npx skillsauth add cryptofish7/dotfiles skill-reviewerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Inventory all installed skills and agents, then deep-review selected ones for conciseness, clarity, overlap, and token efficiency.
Scan all skill and agent locations. For each item, count lines in the main file and any reference files.
Locations:
~/.codex/skills/*/SKILL.md + references/*.md~/.codex/agents/*.md.codex/skills/*/SKILL.md + references/*.md.codex/agents/*.mdBuild a table sorted by total lines (largest first):
| Scope | Name | Type | Main Lines | Ref Lines | Total |
|---------|------------------|-------|------------|-----------|-------|
| global | ci-cd-pipeline | skill | 120 | 45 | 165 |
| project | bug-bash-update | skill | 109 | 0 | 109 |
| global | debugger | agent | 98 | 0 | 98 |
Present the table. Ask the user which items to deep-review. They can pick one, several, or "all".
For each selected item, read the full content and analyze:
For each issue, show:
After presenting all findings, ask the user which changes to apply. Then apply the approved edits.
testing
Generate and maintain a local deploy script (scripts/deploy.sh). Discovers project services, deploys them locally, and health-checks each one. Use when the user asks to "smoke test", "deploy locally", "test local deploy", "update deploy script", "run deploy", or "run smoke test".
development
Set up the autonomous post-task workflow for a project. Injects the standard development pipeline into AGENTS.md and installs all required skills and agents (docs-consolidator, ci-cd-pipeline, smoke-test, bug-bash-update, code-reviewer, debugger). Use at the start of a new project. Triggers on "setup workflow", "init workflow", "add workflow", or "set up project workflow".
tools
Analyze the current conversation for learnings and persist approved insights. Triggers on "reflect", "retrospective", "session review", "what did we learn", "conversation review".
development
Audit a codebase for refactoring opportunities across all packages/sections. Spawns parallel refactor subagents per section, collects suggestions without executing, then presents a ranked plan for approval. Use when the user asks to "audit for refactors", "refactoring suggestions", "code quality review", "refactor plan", "find refactoring opportunities", or "what should we clean up".