fix-report

Generate fix plans and FIX_REPORT.md documents for validation failures.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/AndreaCadonna/Certificate_Authority_Service --skill fix-report
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-report
Source: https://github.com/AndreaCadonna/Certificate_Authority_Service/tree/main/workflow/skills/fix-report
Command: npx skills add https://github.com/AndreaCadonna/Certificate_Authority_Service --skill fix-report

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Defines the format, structure, and quality standards for fix plans and FIX_REPORT.md documents. Used by the fixer agent in Phase 7a to diagnose validation failures, propose targeted fixes, and document what was changed and why.

Core Features & Use Cases

  • Fix Plan templates that capture root-cause analyses, proposed changes, constraints, and impact assessments.
  • FIX_REPORT.md generation guidance to document changes, rationale, and evidence.
  • Supports phase-aligned workflows and enforces contract and ADR compliance for remediation.

Quick Start

Review VALIDATION_REPORT.md to identify failures, then draft a Fix Plan for each root cause and present it for approval.

Frequently Asked Questions about fix-report

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

FAQPage Schema
How do I document validation failures and root-cause fixes in a structured report?

A FIX_REPORT.md standardizes remediation by documenting changes, rationale, and impact assessments for validation failures. It enforces contract and ADR compliance while maintaining one commit per root cause for traceable decisions.

How do I create a fix plan for multiple validation failures sharing the same root cause?

For multiple validation failures sharing root causes, you draft a fix plan template capturing the root-cause analysis and proposed changes. The plan respects CONTRACTS.md and relevant ADRs, ensuring traceable decisions with one commit per root cause.

What is a FIX_REPORT.md and when do I need it for software remediation?

A FIX_REPORT.md is a standardized document recording what was changed during remediation and why. You need it when diagnosing validation failures and proposing targeted fixes, ensuring contract and ADR compliance in phase-aligned workflows.

Does fix-report require compliance with ADRs and CONTRACTS.md?

Yes, fix-report requires adherence to CONTRACTS.md and relevant ADRs. This compliance ensures proposed changes, impact assessments, and traceable decisions respect established architectural constraints during validation failure remediation.

What's the best way to standardize fix plans across multiple validation failures?

The best way to standardize fix plans is using structured templates capturing root-cause analyses, proposed changes, constraints, and impact assessments. This enforces contract and ADR compliance for phase-aligned remediation workflows.

Why does my validation report need a separate fix plan for each root cause?

Separating fix plans per root cause ensures traceable decisions and targeted fixes. This approach maintains one commit per root cause, keeping remediation actions isolated and verifiable against CONTRACTS.md and relevant ADRs.