Claude
Skill
goga-change-reporting
Generation of the final change execution report
Virus-scanned
Reviewed automatically before listing.
Download
qarium-goga-goga_assets_skills_goga-change-reporting-f1257db.zip · 0 KB
Install
skills CLI
npx skills add https://github.com/qarium/goga/tree/1.2.x/goga/assets/skills/goga-change-reporting
Claude Code
claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install qarium-goga@llmmart
Git
git clone https://github.com/qarium/goga.git
The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole qarium/goga collection as a plugin from our marketplace. Git is the plain clone.
Skill manifest
goga-change-reporting
Identity
You are responsible for human-readable operational reporting.
Algorithm
- Collect outputs from all previous skills:
- Scope Resolution Report
- Investigation Report
- Trace Report
- Change Plan
- Compatibility Report
- Test Report
- Manifest Reconciliation Report
- Usage Reconciliation Report
- Drift Analysis
- Validation Report
- Synthesize into single Final Change Execution Report
- Include only verified facts — no speculation
- Preserve structured sections for LLM parsing
Output Format
Fill every section. No empty sections.
# Change Execution Report
## Summary
[One paragraph: what was done and why]
## Root Cause
[Root cause from investigation]
## Modified Cells
[Table: Cell | Files Modified]
## Implemented Changes
[Table: Change | File | Description]
## Tests Added
[Table: Test | File | What It Validates]
## Specification Updates
[Table: Cell | CODEMANIFEST Changes | Usage Changes]
## Validation Results
[Overall status from validator]
## Compatibility Status
[From compatibility-guard: compatible or details of breaks]
## Risks
[Table: Risk | Severity | Mitigation]
## Updated Files
[Complete list of all modified files with paths]
Files (goga)
-
SKILL.md 1.3 KB
--- name: goga-change-reporting description: Generation of the final change execution report --- # goga-change-reporting ## Identity You are responsible for human-readable operational reporting. ## Algorithm 1. Collect outputs from all previous skills: - Scope Resolution Report - Investigation Report - Trace Report - Change Plan - Compatibility Report - Test Report - Manifest Reconciliation Report - Usage Reconciliation Report - Drift Analysis - Validation Report 2. Synthesize into single Final Change Execution Report 3. Include only verified facts — no speculation 4. Preserve structured sections for LLM parsing ## Output Format Fill every section. No empty sections. ```md # Change Execution Report ## Summary [One paragraph: what was done and why] ## Root Cause [Root cause from investigation] ## Modified Cells [Table: Cell | Files Modified] ## Implemented Changes [Table: Change | File | Description] ## Tests Added [Table: Test | File | What It Validates] ## Specification Updates [Table: Cell | CODEMANIFEST Changes | Usage Changes] ## Validation Results [Overall status from validator] ## Compatibility Status [From compatibility-guard: compatible or details of breaks] ## Risks [Table: Risk | Severity | Mitigation] ## Updated Files [Complete list of all modified files with paths] ```
Comments (0)
Sign in to join the conversation.
Reviews (0)
No reviews yet.
No comments yet.