cure

Apply code edits for selected age report findings and validate through tests.

15|1|Updated May 4, 2026
One-click install
npx skills add https://github.com/paulnsorensen/easy-cheese --skill cure
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cure
Source: https://github.com/paulnsorensen/easy-cheese/tree/main/skills/cure
Command: npx skills add https://github.com/paulnsorensen/easy-cheese --skill cure

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The cure skill resolves selected issues from an age/finding review so changes become ready to merge with validation gates passing.

Core Features & Use Cases

  • Apply fixes from a review report: consumes an /age slug (or provided findings/CI failure summary) and applies the chosen fixes.
  • Selection control and safety gates: defaults to the recommended composite selection, or re-prompts for selection and push behavior when --safe is provided.
  • Validation and re-review handoff: runs narrowest tests for the applied fixes, then recommends /age --scope for re-review; in clean runs it can push to an already-open PR or open a new one with --open-pr.

Quick Start

Use cure to fix high-severity age findings and then push the result to the appropriate pull request.

Frequently Asked Questions about cure

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

FAQPage Schema
How do I automatically fix code review findings and pass CI validation gates?

Automatically fix code review findings by applying code edits to selected issues, running relevant tests and project gates for validation, and preparing the changes for pull request shipping.

What's the best way to resolve CI failures and prepare the fixes for a pull request?

Resolve CI failures by consuming the failure summary, applying the necessary code edits, validating through the narrowest relevant tests, and preparing the changes for PR shipping.

Can I push code fixes to a pull request only after all test gating passes?

Yes, the tool enforces a strict no-push rule for unsuccessful cures, ensuring code fixes are only pushed to an already-open PR or used to open a new one after all validation gates pass.

How do I apply fixes to specific findings from an age report using slugs or pasted lists?

Apply fixes to specific findings by consuming an age report slug, pasted lists, or CI summaries, and executing the chosen code edits with support for severity-floor auto mode.

Does the auto remediation process support older age report shapes with missing severity data?

Yes, the auto remediation process tolerates older age report shapes by inferring missing severity and notes, allowing you to apply fixes without needing a fully updated report format.

When should I use the safe mode flag during code review auto remediation?

Use the safe mode flag when you need to re-prompt for fix selection and push behavior, ensuring explicit confirmation before applying code edits and opening a pull request.