generate-report-header

Generate standardized Markdown report headers with metadata and status emojis.

243|40|Updated Nov 11, 2025
One-click install
npx skills add https://github.com/maslennikov-ig/claude-code-orchestrator-kit --skill generate-report-header
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-report-header
Source: https://github.com/maslennikov-ig/claude-code-orchestrator-kit/tree/main/.claude/skills/generate-report-header
Command: npx skills add https://github.com/maslennikov-ig/claude-code-orchestrator-kit --skill generate-report-header

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill creates consistent report headers with essential metadata for all agent-generated outputs.

Core Features & Use Cases

  • Metadata-rich headers: Include version, timestamp, status, and workflow details.
  • Template-driven: Supports a header template for uniform formatting.
  • Extensible metadata: Allows additional fields like agent, duration, and counts.

Quick Start

Produce a header for a Bug Hunting Report with version 2025-10-17.

Frequently Asked Questions about generate-report-header

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate consistent report headers with metadata for agent outputs?

Generate standardized report headers by providing reportType, version, status, and timestamp. The Skill formats these inputs into Markdown headers with converted timestamps (YYYY-MM-DD HH:mm:ss UTC), emoji-mapped status indicators, and optional metadata fields like duration and workflow phase for uniform formatting across bug reports, security audits, and dependency analyses.

What metadata fields can I include in a report header?

Report headers support reportType, version, status, timestamp, duration, workflow, phase, and additionalMetadata fields. The Skill maps status values to emoji, converts timestamps to UTC format, and includes optional agent and count fields, enabling rich context for security audits, version updates, and validation documents.

Can I use report headers for security audits and validation documents?

Yes, the Skill applies to security audits, dependency reports, version updates, and validation documents. It standardizes header formatting across all agent-generated outputs, ensuring consistent metadata presentation regardless of report type.

How does the Skill handle timestamps and status values?

The Skill converts input timestamps to 'YYYY-MM-DD HH:mm:ss UTC' format and maps status values to corresponding emoji representations. This ensures uniform temporal and status visualization across all generated reports.

What happens if the metadata is invalid or incomplete?

The Skill includes validation and error handling to manage incomplete or invalid metadata. It processes available fields while maintaining header integrity, ensuring reports remain properly formatted even with partial input data.

Is a template required to generate report headers?

The Skill is template-driven and supports custom header templates for uniform formatting. Templates enable standardized structure across reports while remaining extensible for additional metadata fields specific to your workflow.