Agent skill
fix-all
Fix ALL issues found in the preceding review. Thorough, relentless, complete.
Install this agent skill to your Project
npx add-skill https://github.com/siy/coding-technology/tree/main/ai-tools/skills/fix-all
SKILL.md
Fix All Issues
Your mission: Fix every single issue identified in the preceding review. No exceptions. No shortcuts.
Prerequisites
This skill is used AFTER running a review (e.g., /jbct-review, code review, or similar). The issues are already known from the review output in conversation context.
Execution Protocol
-
Issue Collection
- Extract all issues from the preceding review output
- Create a todo list with every issue to fix
- Prioritize: errors before warnings, blocking before cosmetic
-
Systematic Resolution
- Fix issues one by one using appropriate agent (e.g.,
jbct-coder) - After each fix, mark the issue as resolved
- Move to next issue immediately
- Fix issues one by one using appropriate agent (e.g.,
-
Verification
- After all issues are fixed, run the same review again
- If new issues appear, add them to the list and fix them
- Repeat until zero issues remain
-
Completion Criteria
- All issues from the original review are resolved
- Verification review passes with no new issues
Mindset
Partial fixes are not acceptable. Either ALL issues are resolved, or the task is incomplete.
Be thorough. Be relentless. Don't stop until every issue is fixed.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
jbct-review
Thorough parallel JBCT code review. Launches 10 focused reviewers plus aggregator for comprehensive compliance checking.
JBCT
Java Backend Coding Technology skill for designing, implementing, and reviewing functional Java backend code. Use when working with Result, Option, Promise types, value objects, use cases, or when asked about JBCT patterns, monadic composition, parse-don't-validate, structural patterns (Leaf, Sequencer, Fork-Join), or functional Java backend architecture.
obsidian-vault
Search, create, and manage notes in the Obsidian vault with wikilinks and index notes. Use when user wants to find, create, or organize notes in Obsidian.
edit-article
Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.
handoff
Compact the current conversation into a handoff document for another agent to pick up.
setup-pre-commit
Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing.
Didn't find tool you were looking for?