project-fix

Apply audit-report.md corrections to Claude projects via FIX_MANIFEST phases.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/fearovex/claude-config --skill project-fix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-fix
Source: https://github.com/fearovex/claude-config/tree/main/skills/project-fix
Command: npx skills add https://github.com/fearovex/claude-config --skill project-fix

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically applies corrections defined by the project audit report (audit-report.md) to Claude project configurations, ensuring alignment with the FIX_MANIFEST and preserving project integrity.

Core Features & Use Cases

  • Reads the audit-report.md produced by /project-audit and uses the FIX_MANIFEST as the single source of truth for changes.
  • Executes corrective actions in structured phases (critical, high, medium) with auditable logging to ai-context/changelog-ai.md.
  • Updates repository tooling and documentation pointers (openspec, CLAUDE.md) based on manifest constraints without inventing changes.

Quick Start

Run /project-audit to generate an audit report, then run /project-fix to apply the recommended corrections.

Frequently Asked Questions about project-fix

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

FAQPage Schema
How do I automatically apply audit corrections to a Claude project?

Automated audit correction application uses a FIX_MANIFEST from an audit-report.md file to execute structured changes across critical, high, and medium phases. It verifies prerequisites before applying corrections and records an auditable trail in a changelog file.

What happens if my audit report is missing when applying project fixes?

If the audit report is missing or outdated, the project fix process refuses to improvise corrections. Instead, it provides clear prompts for remediation to ensure changes are only applied based on a valid, current audit report.

How do I generate an audit report to prepare for automated project corrections?

To prepare for automated project corrections, you run a project audit to generate an audit-report.md file. This report establishes the FIX_MANIFEST that serves as the single source of truth for all subsequent corrective actions.

Does applying a FIX_MANIFEST update openspec and CLAUDE.md configurations?

Yes, applying a FIX_MANIFEST updates repository tooling and documentation pointers, including openspec and CLAUDE.md. It strictly applies changes based on manifest constraints without inventing new modifications to maintain project integrity.

How are audit corrections structured when fixing Claude project configurations?

Audit corrections are structured into critical, high, and medium phases. This structured execution ensures that changes are applied systematically based on the FIX_MANIFEST, with every action recorded in an AI changelog for tracking.

Why does the automated fix process refuse to apply corrections without a manifest?

The automated fix process refuses to apply corrections without a valid manifest to prevent improvising changes. It requires a current audit-report.md to ensure all modifications align with verified constraints and preserve overall project integrity.