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

Installs 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.
152 charsno explicit “when” trigger
Beginner

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

You give it
Pipeline execution data
You get back
Pipeline execution report

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:

FieldDescription
Phase #1-6
Agent(s)Which agent(s) ran
InputWhat was read
OutputWhat was produced
Status✅ / ⚠️ / ❌
NotesAny 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):

#AgentPhaseTaskStatusArtifacts Produced
1AnalystAgent1PL/I Analysistranslation/*.md
2DeveloperAgent2Java Implementationjava-implementation/
3TesterAgent2Test WritingTest files
4SecurityAgent3Security Scansecurity-reports/
5DeveloperAgent4Security FixesFixed files
6DiagramAgent5C4 Diagramsdocs/diagrams/c4/
7AnalystAgent5Mermaid Diagramdocs/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 GroupAgentsWhy Parallel
Phase 2DeveloperAgent + TesterAgentBoth read translation/ (immutable), write to separate paths
Phase 5AnalystAgent (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.

SkillInstallsUpdatedSafetyDifficulty
reporting (this skill)04moNo flagsBeginner
session-handoff132moReviewBeginner
spec-to-backlog84moNo flagsIntermediate
create-handoff36moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

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.

1370

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.

868

create-handoff

parcadei

Create handoff document for transferring work to another session

331

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.

29

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

00

weekly-report

quintindk

>

00

Search skills

Search the agent skills registry