code-report

Generate structured implementation reports from planning documents.

1|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/yandy-r/claude-plugins --skill code-report
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: code-report
Source: https://github.com/yandy-r/claude-plugins/tree/main/.cursor-plugin/skills/code-report
Command: npx skills add https://github.com/yandy-r/claude-plugins --skill code-report

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Generating consistent, QA-ready documentation of changes made during plan execution to improve traceability and handoff.

Core Features & Use Cases

  • Structured Reports: Produce a standardized document capturing overview, modified/created files, and testing guidance.
  • Plan-to-Documentation Alignment: Leverage existing planning artifacts (parallel-plan.md and shared.md) to preserve provenance and context.
  • Use Case: After implementing a feature, generate docs/plans/[feature-name]/report.md to share context with QA and stakeholders.

Quick Start

Generate a formal implementation report for a feature from docs/plans/[feature-name], including overview, files changed, features, and testing guidance.

Frequently Asked Questions about code-report

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

FAQPage Schema
How do I generate implementation reports for plan changes automatically?▼

To generate implementation reports for plan changes automatically, use a tool that reads active planning directories and outputs structured markdown documenting files changed, new features, and testing guidance. This ensures QA-ready traceability after feature execution.

What is the best way to document code changes for QA handoff?▼

The best way to document code changes for QA handoff is to produce a standardized report file capturing the overview, modified files, and end-to-end testing guidance. This preserves context and provenance from the original planning artifacts.

Do I need a specific directory structure to create QA-ready documentation?▼

Yes, you need an active planning directory containing parallel-plan.md and shared.md files. This structure allows the report generation process to extract context and produce a comprehensive report.md file with frontmatter and testing guidance.

Can I align implementation reports with existing planning artifacts?▼

Yes, you can align implementation reports with existing planning artifacts by leveraging the shared.md and parallel-plan.md files within your feature directory. This preserves provenance and ensures the generated report.md reflects the original execution context.

What should be included in structured documentation for feature implementation?▼

Structured documentation for feature implementation should include frontmatter, an overview, files changed, new features, additional notes, and end-to-end testing guidance. This standardized format ensures comprehensive traceability for stakeholders.