cp-skill-revise-iterative
SolidIteratively revise a note for flow, readability, and cohesion using non-interactive Claude calls. Each pass produces a numbered copy; the outer agent reviews for semantic fidelity and significance before continuing. Triggers on "/cp-skill-revise-iterative [note]".
Install
Quality Score: 88/100
Skill Content
Details
- Author
- zby
- Repository
- zby/commonplace
- Created
- 3 months ago
- Last Updated
- today
- Language
- Python
- License
- CC-BY-4.0
Similar Skills
Semantically similar based on skill content — not just same category
cp-skill-revise-autoreason
Experimental: revise a note with an AutoReason-style loop using fresh Codex sub-agents for critic, revision, synthesis, and blind judging. Keep the incumbent, generate a critique-driven revision and synthesis, then use blind Borda judging to decide whether to continue. Triggers on "/cp-skill-revise-autoreason [note]".
critic-overkill
Autonomous refinement loop for Claude Code — dispatches 3 expert-critic sub-agents in parallel, scores your work 0-100, implements only convergent fixes (issues flagged by ≥2/3 critics), commits per round, and loops until 99/100 or plateau. Self-adapts to your project on first run. Use when the user says "refine X", "polish Y until perfect", "score-loop", "make it production-grade", or sets a `/goal` to perfect a piece of work.
skill-improver
Iteratively improve a Claude Code skill using the skill-reviewer agent until it meets quality standards. Use when improving a skill with multiple quality issues, iterating on a new skill until it meets standards, or automated fix-review cycles instead of manual editing.