report

Generate comprehensive reports on task execution, progress, and metrics.

Content Preview
# Task Report Command

Generate comprehensive reports on task execution, progress, and metrics.

## Usage

```
/task-report [report-type] [options]
```

## Description

Creates detailed reports for project management, sprint reviews, and performance analysis. Supports multiple report types and output formats.

## Report Types

### Executive Summary
```
/task-report executive
```
High-level overview for stakeholders with key metrics and progress.

### Sprint Report
```
/task-report sprint --date 
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/report.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/orchestration/report.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/orchestration/report.md

Related Skills