Forge Report banner
BenchAGI BenchAGI

Forge Report

Git community

Description

--- name: forge-report description: File a harness failure as a Forge diagnostics ticket (Firestore → GitHub issue, no GitHub account needed). Calls the bench-forge MCP's forge_submit_diagnostics tool and polls forge_ticket_status for the issue URL. --- File `$ARGUMENTS` as a Forge diagnostics ticket. If `$ARGUMENTS` is a file path (e.g. `~/Downloads/diagnostics.md`), read it and use it as the runbook body. If it's a freeform description, gather the failing output from the current conversation

Installation

Installs to ~/.claude/skills/benchagi-bench-cowork-forge-report/SKILL.md

Terminal
mkdir -p ~/.claude/skills/benchagi-bench-cowork-forge-report && curl -fsSL https://raw.githubusercontent.com/BenchAGI/bench-cowork/HEAD/commands/forge-report.md -o ~/.claude/skills/benchagi-bench-cowork-forge-report/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository