Agento Report banner
jleechanorg jleechanorg

Agento Report

Development community

Description

--- name: agento_report aliases: - agentor description: Get a status report of all PRs agento is handling — merged vs not merged, green status breakdown type: git execution_mode: background --- ## ⚡ EXECUTION INSTRUCTIONS FOR CLAUDE Load and execute the skill at `.claude/skills/agento_report.md` (or `~/.claude/skills/agento_report.md`). That skill contains the full step-by-step logic: 1. Collect open + recently-merged PRs via GitHub API 2. Apply 6-point green check per PR 3. Check AO sessio

Installation

Installs to ~/.claude/commands/jleechanorg-claude-commands-agento_report.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/jleechanorg/claude-commands/HEAD/.claude/commands/agento_report.md -o ~/.claude/commands/jleechanorg-claude-commands-agento_report.md

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

Full documentation available on GitHub

View Source Repository