orrery-report

Generate structured JSON summaries of AI workflow step statuses, artifacts, and test results.

7|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/CaseyHaralson/orrery --skill orrery-report
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orrery-report
Source: https://github.com/CaseyHaralson/orrery/tree/main/agent/skills/orrery-report
Command: npx skills add https://github.com/CaseyHaralson/orrery --skill orrery-report

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates the generation of precise, structured JSON reports to communicate the status, results, and artifacts of AI-driven workflow steps, streamlining post-verification reporting.

Core Features & Use Cases

  • Status Reporting: Generate JSON summaries indicating whether a workflow step is complete or blocked, including relevant reasons.
  • Artifact Listing: List files created or modified during a step, facilitating traceability and review.
  • Use Case: After an AI agent completes code testing, use this Skill to report results, artifacts, and commit messages in a standardized format for orchestrator processing.

Quick Start

Use the report skill to output a JSON object indicating that the verification step passed with artifacts and a summary.

Frequently Asked Questions about orrery-report

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

FAQPage Schema
How do I generate structured JSON reports for AI workflow verification?

Generate structured JSON reports for AI workflow verification by summarizing step status, artifacts, and test results to stdout, enabling seamless orchestrator parsing and review processes.

What is the best way to automate post-verification status updates for AI agents?

Automate post-verification status updates by outputting standardized JSON objects that indicate whether a workflow step is complete or blocked, including relevant reasons and artifact listings for traceability.

How do I list modified files and artifacts in an automated workflow report?

List modified files and artifacts in an automated workflow report by generating a structured JSON summary that tracks created files and test results, facilitating downstream review and traceability.

Does this reporting tool require any external dependencies to format JSON output?

This reporting tool requires no external dependencies to format JSON output, operating independently to generate structured summaries directly on stdout for downstream parsing and orchestration.

Can I use this to report blocked AI workflow steps to my orchestrator?

You can report blocked AI workflow steps to your orchestrator by generating a JSON summary that indicates the step is blocked, including relevant reasons and current artifact states for review.