fix-all

Coordinate fixes for code review issues and verify by re-running the review.

16|4|Updated Oct 3, 2025
One-click install
npx skills add https://github.com/siy/coding-technology --skill fix-all
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-all
Source: https://github.com/siy/coding-technology/tree/main/ai-tools/skills/fix-all
Command: npx skills add https://github.com/siy/coding-technology --skill fix-all

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures every issue identified in a preceding code review is resolved completely, eliminating partial fixes and manual follow-up.

Core Features & Use Cases

  • Comprehensive Issue Remediation: collects all review-identified issues and generates a fixed, verifiable plan.
  • Deterministic Workflows: fixes are applied in a repeatable order, with clear verification after each step.
  • Automated Verification: re-runs the review to confirm zero outstanding issues and prevents regressions.

Quick Start

Run the fix-all skill after a review to apply every detected issue across the repository and verify results by re-running the review.

Frequently Asked Questions about fix-all

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate fixing all issues found in a code review?

Automating code review fixes involves collecting identified errors and warnings, generating a remediation plan, and applying fixes in a repeatable order to ensure comprehensive resolution without manual follow-up.

What is the best way to resolve code review warnings and errors systematically?

Systematic resolution of code review warnings requires prioritizing blocking defects, applying fixes across the codebase, and re-running the review to verify zero outstanding issues and prevent regressions.

Can I prevent regressions when applying post-review code fixes?

Preventing regressions during post-review fixes requires automated verification that re-runs the original review upon completion, validating that all previously detected errors and warnings remain fully resolved.

Does automated issue remediation require a preceding code review?

Automated issue remediation applies to post-review scenarios, requiring issues identified from a preceding code review to generate a verifiable plan for comprehensive codebase correction.

How to prioritize blocking defects during codebase refactoring?

Prioritizing blocking defects during refactoring requires a deterministic workflow that systematically resolves critical errors first, ensuring blocking issues are addressed before warnings and optimization tasks.