execution-report

Generates a detailed execution report documenting progress divergences and test results.

3|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/giladresisi/ai-dev-env --skill execution-report
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: execution-report
Source: https://github.com/giladresisi/ai-dev-env/tree/main/skills/execution-report
Command: npx skills add https://github.com/giladresisi/ai-dev-env --skill execution-report

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a structured way to document the completion of a feature implementation, ensuring all aspects of the work, including challenges and test results, are captured.

Core Features & Use Cases

  • Comprehensive Reporting: Generates detailed reports on feature implementation, including summaries, divergences, test results, and challenges.
  • Progress Tracking: Updates PROGRESS.md with a reference to the generated execution report.
  • Use Case: After implementing a new API endpoint, use this skill to create a formal report detailing the implementation, any deviations from the original plan, and the results of the new tests written for the endpoint.

Quick Start

Use the execution-report skill to generate a report for the recently completed feature.

Frequently Asked Questions about execution-report

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

FAQPage Schema
How do I generate an execution report after completing a feature implementation?▼

To generate an execution report after feature implementation, this skill analyzes PROGRESS.md and inspects test coverage from git diffs to create a detailed markdown report in `.agents/execution-reports/`.

What is the best way to document feature implementation progress and divergences?▼

Documenting feature implementation progress is best handled by generating a structured execution report that captures summaries, divergences from the original plan, test results, and challenges encountered.

Does generating an execution report require git command execution and file system write access?▼

Yes, generating an execution report requires file system write access to save the markdown output and git command execution to inspect test coverage from recent git diffs.

Can I track test coverage results automatically when documenting a new API endpoint?▼

Yes, you can track test coverage results automatically when documenting a new API endpoint by using this skill to inspect git diffs and include the test results in the generated execution report.

How do I update PROGRESS.md with a reference to a generated execution report?▼

To update PROGRESS.md with an execution report reference, the skill automatically adds a link to the newly created markdown report in the `.agents/execution-reports/` directory during generation.