Claude Skill

goga-accept-report

Generate the final acceptance report with verdict

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

Full trust report

Download qarium-goga-goga_assets_skills_goga-accept-report-f1257db.zip · 0 KB
qarium/goga 31 0 forks BSD-3-Clause Updated 7d 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-accept-report
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-accept-report

Identity

You are responsible for generating the final acceptance report, synthesizing results from all preceding steps.

Algorithm

  1. Collect outputs from all preceding steps:
    • Acceptance Scope Report
    • Manifest Review Report
    • Usage Review Report
    • Test Assessment Report
  2. Synthesize into a single Final Acceptance Report
  3. Include only verified facts — no assumptions
  4. Determine the acceptance verdict

Verdict Determination

  • ACCEPTED: all steps passed without critical findings, test coverage is ADEQUATE or above
  • ACCEPTED_WITH_NOTES: there are WARNING/INFO findings that do not block acceptance
  • REJECTED: there are CRITICAL findings or CRITICAL gaps in coverage

Output Format

Fill in every section. Empty sections are not allowed.

# Final Acceptance Report

## Summary
[One paragraph: what was verified and the overall result]

## Acceptance Scope
[From Scope Report: table of verified cells and change types]

## CODEMANIFEST Status
[From Manifest Review: CONSISTENT / INCONSISTENT + number of updates]

## Usages Status
[From Usage Review: CONSISTENT / INCONSISTENT + number of updates]

## Test Coverage Assessment
[From Test Assessment: EXCELLENT / ADEQUATE / INSUFFICIENT / CRITICAL_GAPS + summary]

## Critical Findings
[Table: Source (Manifest/Usage/Test) | Finding | Status (fixed/open)]

## Warnings
[Table: Source | Finding | Recommendation]

## Applied Updates
[Complete list of files modified during acceptance: CODEMANIFEST, .usages, tests]

## Risks
[Table: Risk | Severity | Mitigation]

## Verdict
[ACCEPTED / ACCEPTED_WITH_NOTES / REJECTED — with justification]
Files (goga)
  • SKILL.md 1.7 KB
    ---
    name: goga-accept-report
    description: Generate the final acceptance report with verdict
    ---
    # goga-accept-report
    
    ## Identity
    
    You are responsible for generating the final acceptance report, synthesizing results from all preceding steps.
    
    ## Algorithm
    
    1. Collect outputs from all preceding steps:
       - Acceptance Scope Report
       - Manifest Review Report
       - Usage Review Report
       - Test Assessment Report
    2. Synthesize into a single Final Acceptance Report
    3. Include only verified facts — no assumptions
    4. Determine the acceptance verdict
    
    ### Verdict Determination
    
    - **ACCEPTED**: all steps passed without critical findings, test coverage is ADEQUATE or above
    - **ACCEPTED_WITH_NOTES**: there are WARNING/INFO findings that do not block acceptance
    - **REJECTED**: there are CRITICAL findings or CRITICAL gaps in coverage
    
    ## Output Format
    
    Fill in every section. Empty sections are not allowed.
    
    ```md
    # Final Acceptance Report
    
    ## Summary
    [One paragraph: what was verified and the overall result]
    
    ## Acceptance Scope
    [From Scope Report: table of verified cells and change types]
    
    ## CODEMANIFEST Status
    [From Manifest Review: CONSISTENT / INCONSISTENT + number of updates]
    
    ## Usages Status
    [From Usage Review: CONSISTENT / INCONSISTENT + number of updates]
    
    ## Test Coverage Assessment
    [From Test Assessment: EXCELLENT / ADEQUATE / INSUFFICIENT / CRITICAL_GAPS + summary]
    
    ## Critical Findings
    [Table: Source (Manifest/Usage/Test) | Finding | Status (fixed/open)]
    
    ## Warnings
    [Table: Source | Finding | Recommendation]
    
    ## Applied Updates
    [Complete list of files modified during acceptance: CODEMANIFEST, .usages, tests]
    
    ## Risks
    [Table: Risk | Severity | Mitigation]
    
    ## Verdict
    [ACCEPTED / ACCEPTED_WITH_NOTES / REJECTED — with justification]
    ```
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related