report

Generate structured reports from conversation findings and save them to a reports/ directory.

1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/danalexilewis/taskgraph --skill report-danalexilewis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: report
Source: https://github.com/danalexilewis/taskgraph/tree/main/.cursor/skills/report
Command: npx skills add https://github.com/danalexilewis/taskgraph --skill report-danalexilewis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Persist findings from the immediate conversation as structured, shareable reports for review, archiving, or handoff.

Core Features & Use Cases

  • Generate investigation, review, risk, benchmark, research, or general analysis reports from the chat context.
  • Automatically organize content with sections and sources to create a reproducible artifact.
  • Save the report to a reports/ directory with a timestamp for traceability.

Quick Start

Summarize the current session findings into a structured report and save it to the reports/ directory.

Frequently Asked Questions about report

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

FAQPage Schema
How do I convert conversation findings into a structured report for archiving?

To convert conversation findings into a structured report, this Skill captures the current chat context and generates a categorized document with sections and sources. It saves the artifact to a writable reports/ directory with a timestamp for traceable archiving.

Can I generate different types of analysis reports from a chat session?

Yes, you can generate different types of analysis reports from a chat session. The Skill categorizes content into investigation, review, risk assessment, benchmark, research, or general analysis reports based on the immediate conversation context.

What do I need to set up before generating a report from my current session?

Before generating a report, you need a frontmatter-defined name and description in the SKILL.md file. You also need to ensure there is a writable reports/ directory available to persist the generated structured report file.

Does the report generation process include source tracking?

Yes, the report generation process includes source tracking. It automatically organizes the captured findings into structured sections and lists the relevant sources, creating a reproducible artifact for review or handoff.

What is the best way to archive risk assessment findings from an ongoing conversation?

The best way to archive risk assessment findings is to use a Skill that summarizes the immediate conversation into a structured document. This approach automatically saves the generated risk report with a timestamp to a designated directory for future traceability.

Are generated reports saved automatically with traceability metadata?

Generated reports are saved automatically to a reports/ directory with an included timestamp. This ensures the structured findings are persisted as traceable artifacts for later review, archiving, or team handoff.