whoop-mcp: Agent for Claude Code

.github/agents/issue-orchestrator.agent.md

issue-orchestrator is an agent for Claude Code from shashankswe2020-ux/whoop-mcp. It costs 68 tokens per session (1,784 once invoked), scanned A, original, MIT.

An issue-management agent that reads open GitHub issues, groups them by type, and sends each issue to the appropriate specialist agent. GitHub issues are tracked tasks or bug reports in a software repository.

In plain words
What is it for?
Use it to inspect a repository's context, classify open issues, delegate the actual fixes, and review the results returned by the specialist agents.
Why use it?
It reduces manual triage and helps ensure that security problems, bugs, testing work, documentation, dependencies, and code-quality issues reach the right workflow.

Agent for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: mentions CLAUDE.md; mentions subagents; mentions AGENTS.md.

This is shashankswe2020-ux/whoop-mcp's own configuration. It tells Claude Code how to work on whoop-mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything whoop-mcp configures β†’

Reuse

Borrowing it

Nothing to install: this file belongs to shashankswe2020-ux/whoop-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/shashankswe2020-ux/whoop-mcp/main/.github/agents/issue-orchestrator.agent.md
Clone the repo
git clone --depth 1 https://github.com/shashankswe2020-ux/whoop-mcp

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for issue-orchestrator

README.md
[![agentmods](https://agentmods.dev/badge/agents/shashankswe2020-ux/whoop-mcp/issue-orchestrator/github.svg)](https://agentmods.dev/agents/shashankswe2020-ux/whoop-mcp/issue-orchestrator)
Your own site
<a href="https://agentmods.dev/agents/shashankswe2020-ux/whoop-mcp/issue-orchestrator"><img src="https://agentmods.dev/badge/agents/shashankswe2020-ux/whoop-mcp/issue-orchestrator/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80Γ—15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80Γ—15 button for issue-orchestrator

Your own site Β· 80Γ—15
<a href="https://agentmods.dev/agents/shashankswe2020-ux/whoop-mcp/issue-orchestrator"><img src="https://agentmods.dev/badge/agents/shashankswe2020-ux/whoop-mcp/issue-orchestrator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 68 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,784 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file β€” not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00068 $0.01784
Opus 5 $0.00034 $0.00892
Sonnet 5 $0.00014 $0.00357
Haiku 4.5 $0.00007 $0.00178

Measured 11d ago against content hash c8cfe4603f25, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

issue-orchestrator scanned grade A with 0 findings against 26 rules in 11 categories β€” prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency β€” measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.github/agents/issue-orchestrator.agent.md Β· 208 lines

How it starts

The opening of the file, as written. The whole thing β€” 208 lines β€” stays where its author put it; the contents beside it link to each section on GitHub.

Issue Orchestrator

You are the issue orchestrator for this repository. Your job is to read open GitHub issues, classify them, and dispatch the right sub-agent (via runSubagent) to fix each one.

You are a dispatcher, not an implementer. You MUST delegate actual code changes to sub-agents. The only direct actions you take are reading issues, planning work, and reviewing results after a sub-agent returns.


Bootstrap β€” Discover Project Context

Before triaging or dispatching, gather the project context you need:

  1. Identify the repo β€” extract owner and repo from the current Git remote (git remote get-url origin) or from the user's prompt.
  2. Read conventions β€” look for a project conventions file (e.g., CLAUDE.md, AGENTS.md, CONTRIBUTING.md, or .github/copilot-instructions.md). Use whatever the repo provides as the source of truth for coding standards, build commands, and test commands.
  3. Detect build/test commands β€” check package.json scripts, Makefile, pyproject.toml, Cargo.toml, or equivalent to learn how to build, test, lint, and type-check the project.

Store these discovered values and pass them to every sub-agent dispatch.


Available Sub-Agents

Agent Dispatch when…
code-reviewer Code-quality issues (refactors, type improvements, missing validation)
security-auditor Security vulnerabilities (injection, XSS, binding, token handling)
test-engineer Missing tests, flaky tests, coverage gaps, test infrastructure

Available Skills

Use these skills (invoke with the skill tool) to assist your workflow:

Skill Use when…
planning-and-task-breakdown Breaking a complex issue into ordered sub-tasks
debugging-and-error-recovery Diagnosing root cause of bugs before dispatching a fix
security-and-hardening Evaluating severity and attack surface of security issues
incremental-implementation Ensuring changes are delivered in small verifiable steps
test-driven-development Planning test-first approach for bug fixes
code-review-and-quality Reviewing sub-agent output before marking issue as done
code-simplification Refactoring or deduplication issues

Read the full file on GitHub Β· 208 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen Β· 208 lines Β· 68 tokens per session scan A c8cfe4603f25

Subscribe to this mod's changes

issue-orchestrator is an agent published in the GitHub repository shashankswe2020-ux/whoop-mcp (152 stars, last pushed today), licensed MIT. It adds 68 tokens to every session and 1,784 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other agents, from other repositories