write-agent-report

Generate agent reports with auto-generated metadata and standardized storage paths.

1|Updated Nov 19, 2025
One-click install
npx skills add https://github.com/MihaiOnSoftware/.ai --skill write-agent-report
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: write-agent-report
Source: https://github.com/MihaiOnSoftware/.ai/tree/main/skills/write-agent-report
Command: npx skills add https://github.com/MihaiOnSoftware/.ai --skill write-agent-report

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of agent reports, ensuring consistent naming, formatting, and storage locations to eliminate manual workflows.

Core Features & Use Cases

  • Automated Report Creation: Generate a properly named report file in the standard wip location.
  • Automatic Metadata: Auto-generate agent_id and date when not provided.
  • Return Value: Output the full path to the created report for downstream automation and tracking.

Quick Start

Use the write-agent-report.sh script to create a new report. Provide the required agent_name and the report content. Optional agent_id and date can be supplied; otherwise they will be auto-generated. Example invocation pattern: cat <<EOF | ~/.ai/scripts/generic/write-agent-report.sh micro-tdd-agent

Micro TDD Report

  • Status: In Progress EOF

Frequently Asked Questions about write-agent-report

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

FAQPage Schema
How do I automate agent report generation with standardized file naming?

To automate agent report generation, pipe the report content into a bash script with the agent name. The script auto-generates the agent_id and date when omitted, applies naming conventions, creates missing directories, and returns the full path of the created report.

What is the standard way to date stamp and store periodic agent reports?

Storing periodic agent reports involves placing them in a standardized wip location with consistent naming conventions. This skill auto-generates the date and agent_id when omitted, creates missing directories, and returns the full file path for tracking.

Do I need to manually provide the agent_id and date when creating a report?

You do not need to manually provide the agent_id and date when creating a report. You supply the required agent_name and report content; if agent_id and date are omitted, the script auto-generates them to maintain consistent naming conventions.

How do I create missing directories for organized report storage in bash?

Creating missing directories for organized report storage is handled automatically by the bash script during file creation. It ensures the standardized wip location exists before writing the agent report and returns the full path for downstream automation.

Can I use bash scripts for path management and agent report automation?

You can use bash scripts for path management and agent report automation by piping content to a dedicated script. It handles path creation, applies naming conventions, auto-generates metadata, and returns the full file path for downstream automation and tracking.