Claude Skill

goga-change-reporting

Generation of the final change execution report

LLM Mart · 0 points · 17 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download qarium-goga-goga_assets_skills_goga-change-reporting-f1257db.zip · 0 KB
qarium/goga 31 0 forks BSD-3-Clause Updated 8d ago
Part of qarium/goga — 72 skills

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

  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.

# 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.

No comments yet.

Reviews (0)

No reviews yet.

Related