reporting
Standardizes the reporting of complex AI-orchestrated pipeline tasks.
Install
mkdir -p .claude/skills/reporting-comeredon && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/10506" && unzip -o skill.zip -d .claude/skills/reporting-comeredon && rm skill.zipInstalls to .claude/skills/reporting-comeredon
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Final pipeline execution report format. Defines the structure, agent registry, Mermaid gantt chart, and change summary. Used by AnalystAgent in Phase 6.Key capabilities
- →Generate execution reports
- →Create Mermaid gantt charts
- →Registry sub-agent invocations
- →Summarize changes
How it works
Structures pipeline execution data into a complete report with status logs and execution graphs.
Inputs & outputs
When to use reporting
- →Generate execution report
- →Create pipeline status dashboard
- →Document project phases
About this skill
Pipeline Execution Report Format
Related skills:
orchestration/pipeline-flow
Output File
Create reports/pipeline-execution-report.md.
Required Sections
1. Executive Summary
- Date/time of execution
- Total phases completed
- Overall status:
SUCCESS|PARTIAL|FAILED - Count of sub-agent invocations
2. Phase-by-Phase Log
For each phase, include:
| Field | Description |
|---|---|
| Phase # | 1-6 |
| Agent(s) | Which agent(s) ran |
| Input | What was read |
| Output | What was produced |
| Status | ✅ / ⚠️ / ❌ |
| Notes | Any issues or retries |
3. Agent Execution Graph
Include this Mermaid gantt chart (update statuses to reflect actual execution):
gantt
title PL/I to Java Translation Pipeline
dateFormat X
axisFormat %s
section Phase 1 - Analysis
AnalystAgent: PL/I Analysis & Documentation :a1, 0, 1
section Phase 2 - Parallel Implementation
DeveloperAgent: Java Implementation :a2, 1, 2
TesterAgent: Test Writing :a3, 1, 2
section Phase 3 - Security
SecurityAgent: Vulnerability Scan :a4, 2, 3
section Phase 4 - Remediation
DeveloperAgent: Security Fixes :a5, 3, 4
section Phase 5 - Parallel Diagrams
AnalystAgent: Mermaid Architecture Diagram :a6, 4, 5
DiagramAgent: C4 PlantUML Diagrams :a7, 4, 5
section Phase 6 - Reporting
AnalystAgent: Final Execution Report :a8, 5, 6
4. Sub-Agent Registry
Table of every agent invocation (including repeated calls):
| # | Agent | Phase | Task | Status | Artifacts Produced |
|---|---|---|---|---|---|
| 1 | AnalystAgent | 1 | PL/I Analysis | translation/*.md | |
| 2 | DeveloperAgent | 2 | Java Implementation | java-implementation/ | |
| 3 | TesterAgent | 2 | Test Writing | Test files | |
| 4 | SecurityAgent | 3 | Security Scan | security-reports/ | |
| 5 | DeveloperAgent | 4 | Security Fixes | Fixed files | |
| 6 | DiagramAgent | 5 | C4 Diagrams | docs/diagrams/c4/ | |
| 7 | AnalystAgent | 5 | Mermaid Diagram | docs/diagrams/ |
5. Changes Made
Group all files by the agent that created/modified them:
#### DeveloperAgent
- Created: `java-implementation/src/main/java/...`
- Modified: (list of security-fixed files)
#### TesterAgent
- Created: `java-implementation/src/test/java/...`
#### DiagramAgent
- Created: `docs/diagrams/c4/level*/...`
Include:
- Summary of security fixes applied (vulnerability ID → file → fix description)
- Diagram verification results (URL → pass/fail, iteration count)
6. Parallel Execution Summary
Explain which agents ran concurrently and the dependency graph:
| Parallel Group | Agents | Why Parallel |
|---|---|---|
| Phase 2 | DeveloperAgent + TesterAgent | Both read translation/ (immutable), write to separate paths |
| Phase 5 | AnalystAgent (Mermaid) + DiagramAgent (C4) | Independent diagram generation tasks |
When not to use it
- →When the pipeline is not complete
- →When no changes were made
Limitations
- →Requires manual status updates for gantt charts
- →Depends on accurate agent logging
How it compares
Standardizes pipeline reporting for project visibility.
Compared to similar skills
reporting side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| reporting (this skill) | 0 | 4mo | No flags | Beginner |
| session-handoff | 13 | 2mo | Review | Beginner |
| spec-to-backlog | 8 | 4mo | No flags | Intermediate |
| create-handoff | 3 | 6mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by comeredon
View all by comeredon →You might also like
session-handoff
davila7
Creates comprehensive handoff documents for seamless AI agent session transfers. Triggered when: (1) user requests handoff/memory/context save, (2) context window approaches capacity, (3) major task milestone completed, (4) work session ending, (5) user says 'save state', 'create handoff', 'I need to pause', 'context is getting full', (6) resuming work with 'load handoff', 'resume from', 'continue where we left off'. Proactively suggests handoffs after substantial work (multiple file edits, complex debugging, architecture decisions). Solves long-running agent context exhaustion by enabling fresh agents to continue with zero ambiguity.
spec-to-backlog
atlassian
Automatically convert Confluence specification documents into structured Jira backlogs with Epics and implementation tickets. When Claude needs to: (1) Create Jira tickets from a Confluence page, (2) Generate a backlog from a specification, (3) Break down a spec into implementation tasks, or (4) Convert requirements into Jira issues. Handles reading Confluence pages, analyzing specifications, creating Epics with proper structure, and generating detailed implementation tickets linked to the Epic.
create-handoff
parcadei
Create handoff document for transferring work to another session
moai-workflow-project
modu-ai
Integrated project management system with documentation, language initialization, and template optimization modules. Use when setting up projects, generating documentation, configuring multilingual support, or optimizing templates.
granola-core-workflow-b
jeremylongshore
Post-meeting note processing and sharing workflow with Granola. Use when reviewing meeting notes, sharing with team members, or processing action items after meetings. Trigger with phrases like "granola post meeting", "share granola notes", "granola follow up", "process meeting notes", "granola action items".
weekly-report
quintindk
>