do-execution-report

Generate execution reports documenting plan adherence, deviations, and maintainability evidence.

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/purefunctions/my-agent-config --skill do-execution-report
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: do-execution-report
Source: https://github.com/purefunctions/my-agent-config/tree/main/skills/skills/do-execution-report
Command: npx skills add https://github.com/purefunctions/my-agent-config --skill do-execution-report

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the generation of detailed execution reports for code reviews, helping maintainers and developers document plan adherence, deviations, and maintainability evidence efficiently.

Core Features & Use Cases

  • Automated Report Generation: Creates a structured report with information about plan adherence, deviations, and maintainability checks.
  • Risk Tier Assessment: Evaluates design risk tiers for different code segments based on impact and reversibility.
  • Use Case: Use this Skill after implementing a feature to generate a report that details the implementation's adherence to the original plan, any deviations, and maintainability evidence, facilitating thorough code reviews.

Quick Start

Generate an execution report for the 'new-feature' implementation using the do-execution-report skill.

Frequently Asked Questions about do-execution-report

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

FAQPage Schema
How do I generate an execution report for code reviews to document plan adherence?

Code review execution reports document plan adherence, deviations, and maintainability evidence. You can automate this generation process to create structured reports evaluating design risk tiers and validating code against predefined standards.

What is a design risk tier assessment in a code review execution report?

Design risk tier assessment evaluates different code segments based on impact and reversibility. This assessment is integrated into execution reports to help maintainers identify high-risk areas during code reviews.

How do I validate code against predefined standards after implementing a feature?

Validating code against predefined standards requires checking the implementation for plan adherence and maintainability evidence. An execution report automates this validation, documenting any deviations from the original plan.

Does the execution report generation process require any external dependencies?

Execution report generation operates with no external dependencies, relying solely on internal scripts. This allows developers to run the report generation process directly within their existing software engineering environment.

When do I need to generate an execution report for a feature implementation?

You need an execution report after implementing a feature to facilitate thorough code reviews. It details the implementation's adherence to the original plan, any deviations, and maintainability evidence for maintainers.

What is the best way to document deviations from an implementation plan for maintainers?

Documenting deviations from an implementation plan is best handled by generating a structured execution report. This report captures plan adherence, deviations, and maintainability evidence, streamlining the code review process.