giveMeReport

Consolidates fragment-based task outputs into a synchronized report/report.md.

Updated May 21, 2026
One-click install
npx skills add https://github.com/kinetas/harness_engineering --skill givemereport
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: giveMeReport
Source: https://github.com/kinetas/harness_engineering/tree/main/giveMeReport
Command: npx skills add https://github.com/kinetas/harness_engineering --skill givemereport

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of outdated or incomplete project reporting by letting you manually trigger an immediate consolidation of fragment updates into a single report file.

Core Features & Use Cases

  • Manual report consolidation: Runs Collector AI to aggregate fragment reports into report/report.md on demand.
  • Auto-report awareness: Checks doc/company_state.json and warns you if autoReport is already enabled, proceeding only after confirmation when needed.
  • Structured extraction without rewriting fragments: Extracts task metadata (Task ID, AI Name, Work Summary, Final Status) and updates the working tasks table and fragment reference list while avoiding content rewriting.

Quick Start

Trigger the manual refresh by invoking /giveMeReport in your chat.

Frequently Asked Questions about giveMeReport

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

FAQPage Schema
How do I manually consolidate task fragments into a single report?

You can manually consolidate task fragments by invoking the command in your chat to run Collector AI, which aggregates fragment outputs and updates report/report.md without rewriting the original content.

What is the best way to synchronize status summaries across multiple task fragments?

Synchronizing status summaries is best achieved by triggering a manual refresh that extracts task metadata and updates the working tasks table, ensuring your report stays current without altering fragment files.

How does report consolidation work when autoReport is already enabled?

When autoReport is enabled, the consolidation process checks doc/company_state.json and warns you, proceeding with the manual report update only after you explicitly confirm the action.

Can I use this manual report refresh if my workflow produces multiple fragment files?

Yes, this manual report refresh is designed for workflows that produce multiple fragment files, reading your project state and aggregating task outputs into a synchronized markdown summary.

Does consolidating project reports rewrite the original fragment content?

No, consolidating project reports does not rewrite fragment content; it strictly extracts task metadata like Task ID and Work Summary to update the report tables and fragment reference list.