botoolagent-report

Parse index.json and report.yml to summarize BotoolAgent project health.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Botool-Dev-Team/BotoolAgent --skill botoolagent-report
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: botoolagent-report
Source: https://github.com/Botool-Dev-Team/BotoolAgent/tree/main/skills/BotoolAgent/ReportAnalysis
Command: npx skills add https://github.com/Botool-Dev-Team/BotoolAgent --skill botoolagent-report

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

BotoolAgent development cycle reporting can be opaque across multiple projects. This skill centralizes access to reports, enables quick indexing, targeted analysis, and cross-project trend insights.

Core Features & Use Cases

  • List all reports with summaries from index.json
  • Analyze a specific project report or report.yml
  • Compare trends across multiple projects to identify bottlenecks and improvement opportunities

Quick Start

Run the skill with no arguments to list all reports, or analyze <projectId> to inspect a specific report, and trend to view cross-project performance.

Frequently Asked Questions about botoolagent-report

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

FAQPage Schema
How do I analyze development cycle reports across multiple projects?

To analyze development cycle reports across multiple projects, you can parse index.json and per-project report.yml files. This computes summaries like duration, pass rates, and dt totals to provide a centralized view of project health.

What is the best way to compare project trends and identify bottlenecks?

Comparing project trends to identify bottlenecks involves running cross-project trend analysis on report.yml data. This approach highlights performance differences and exposes improvement opportunities across your development pipeline.

How do I list all development pipeline reports with summaries?

Listing all development pipeline reports with summaries requires reading the index.json file. This centralized index parses all available report entries to deliver quick access to project health overviews.

How can I generate dashboard outputs from report.yml and index.json data?

Generating dashboard outputs from report.yml and index.json data involves parsing these formats to compute pass rates and duration totals. This process exposes structured outputs suitable for dashboards and AI-driven guidance.

How do I inspect a specific project report using report.yml?

Inspecting a specific project report using report.yml requires targeting the project by its identifier. This action analyzes the specific report file to summarize its health metrics and development cycle details.