One-click install
npx skills add https://github.com/medtrics/medtrics-acumen --skill 10-review-fixbuild
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10-REVIEW-fixbuild
Source: https://github.com/medtrics/medtrics-acumen/tree/main/templates/shared/skills/10-REVIEW-fixbuild
Command: npx skills add https://github.com/medtrics/medtrics-acumen --skill 10-review-fixbuild

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables the precise implementation of identified code fixes, ensuring that only the necessary changes are made to resolve issues without introducing new ones.

Core Features & Use Cases

  • Targeted Fix Implementation: Applies specific code changes based on a pre-defined fix execution plan.
  • Architecture Compliance: Ensures all fixes adhere to established coding conventions and architectural rules.
  • Use Case: After a code review identifies several bugs (e.g., a broken button, missing loading state), this Skill takes the prioritized list of fixes and applies them directly to the codebase, verifying each change.

Quick Start

Execute the fix plan from the plan file to implement the identified code changes.

Frequently Asked Questions about 10-REVIEW-fixbuild

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

FAQPage Schema
How do I implement code fixes from a review without introducing new bugs?

Implement code fixes from a review by applying only minimal, targeted changes defined in a structured execution plan. This approach ensures issues like broken UI elements or missing loading states are resolved correctly without altering unrelated logic or introducing regressions.

What is the best way to apply a prioritized bug fixing plan to an existing codebase?

The best way to apply a prioritized bug fixing plan is to execute fixes sequentially based on issue criticality. This targeted fix implementation ensures each change adheres to established architectural conventions and is verified before moving to the next finding.

How do I ensure bug resolution changes adhere to architectural conventions?

Ensure bug resolution changes adhere to architectural conventions by applying targeted code fixes that strictly follow established coding rules. This compliance prevents architectural drift during refactoring and functional corrections identified during the review phase.

Can I use a structured execution plan for UI polish and functional corrections?

Yes, you can use a structured execution plan for UI polish and functional corrections. The implementation process takes the prioritized list of review findings and applies precise changes directly to the codebase, verifying each correction individually.

When do I need a structured fix execution plan for code review findings?

You need a structured fix execution plan for code review findings when multiple issues require precise, isolated changes. It is essential for preventing new bugs during development workflow refactoring by ensuring only necessary, correct modifications are made per identified finding.

Why does manual bug fixing after a code review often introduce new issues?

Manual bug fixing often introduces new issues because changes are not isolated to the specific finding. Applying minimal, correct changes per finding from a pre-defined execution plan prevents unintended side effects and maintains overall codebase stability.