requirements-mcp-server: Command for Claude Code

.claude/commands/miyabi-status.md

miyabi-status is a command for Claude Code from sawadari/requirements-mcp-server. It costs 10 tokens per session (649 once invoked), scanned A, original, MIT.

A command that reports the state of a Miyabi project, its GitHub Issues, automated workflows, project board, labels, and agents. A project board is a visual list used to track work from backlog to completion.

In plain words
What is it for?
Use it for quick local integration checks, detailed GitHub status reports, monitoring Issues and automated workflows, and viewing agent activity and board progress.
Why use it?
It puts project and automation status in one view instead of requiring separate checks of local files and GitHub pages. Watch mode refreshes the information automatically.

Command for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions Claude Code.

This is sawadari/requirements-mcp-server's own configuration. It tells Claude Code how to work on requirements-mcp-server 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 requirements-mcp-server configures →

Reuse

Borrowing it

Nothing to install: this file belongs to sawadari/requirements-mcp-server. 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/sawadari/requirements-mcp-server/main/.claude/commands/miyabi-status.md
Clone the repo
git clone --depth 1 https://github.com/sawadari/requirements-mcp-server

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 miyabi-status

README.md
[![agentmods](https://agentmods.dev/badge/commands/sawadari/requirements-mcp-server/miyabi-status/github.svg)](https://agentmods.dev/commands/sawadari/requirements-mcp-server/miyabi-status)
Your own site
<a href="https://agentmods.dev/commands/sawadari/requirements-mcp-server/miyabi-status"><img src="https://agentmods.dev/badge/commands/sawadari/requirements-mcp-server/miyabi-status/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 miyabi-status

Your own site · 80×15
<a href="https://agentmods.dev/commands/sawadari/requirements-mcp-server/miyabi-status"><img src="https://agentmods.dev/badge/commands/sawadari/requirements-mcp-server/miyabi-status.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 10 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 649 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.00010 $0.00649
Opus 5 $0.00005 $0.00324
Sonnet 5 $0.00002 $0.00130
Haiku 4.5 $0.00001 $0.00065

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

Security

Grade A, and why

miyabi-status 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 10d 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.

.claude/commands/miyabi-status.md · 99 lines

What it actually says

Miyabiプロジェクトステータス

プロジェクトのMiyabi統合状態、GitHub Issues、Actionsの状態を確認します。

MCPツール

miyabi__get_status

プロジェクトのMiyabi/Claude Code統合状態を取得(軽量・高速)

使用例:

プロジェクト状態確認:
miyabi__get_status({})

返却情報:

  • 作業ディレクトリ
  • Miyabi統合状態(.miyabi.yml存在確認)
  • Claude Code統合状態(.claude/存在確認)
  • パッケージ情報(name, version, 依存関係数)

miyabi__status

詳細なプロジェクトステータス(GitHub API経由)

パラメータ:

  • watch: ウォッチモード(自動更新)

使用例:

詳細ステータス:
miyabi__status({})

ウォッチモード:
miyabi__status({ watch: true })

返却情報:

  • GitHub Issues状態(Open/Closed/In Progress)
  • GitHub Actions実行状態
  • Projects V2カンバンボード状態
  • 組織設計ラベル分布
  • Agent実行履歴

コマンドライン実行

# 軽量ステータス
npx miyabi status

# ウォッチモード(5秒ごと自動更新)
npx miyabi status --watch

表示例

📊 Miyabiプロジェクトステータス

プロジェクト: my-awesome-app
Repository: github.com/user/my-awesome-app
Miyabi Version: 0.6.0

GitHub Issues:
  📋 Open: 5
  ✅ Closed: 23
  🚧 In Progress: 2

GitHub Actions:
  ✅ Build: Success (2m 34s ago)
  ✅ Test: Success (2m 34s ago)
  🔄 Deploy: Running

Projects V2:
  📊 Backlog: 3
  🚧 In Progress: 2
  👀 Review: 1
  ✅ Done: 20

Agents:
  🤖 CoordinatorAgent: 待機中
  🧠 CodeGenAgent: 待機中
  📊 ReviewAgent: 待機中
  🚀 PRAgent: 待機中

組織設計ラベル:
  🔴 緊急度-高: 2
  🟡 緊急度-中: 3
  🔵 規模-小: 4
  🟣 規模-中: 1

💡 ヒント: miyabi__get_status は軽量で高速。miyabi__status は詳細情報取得(GitHub API使用)。

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. 10d ago First seen · 99 lines · 10 tokens per session scan A d05c021ec444

Subscribe to this mod's changes

miyabi-status is a command published in the GitHub repository sawadari/requirements-mcp-server (2 stars, last pushed 10mo ago), licensed MIT. It adds 10 tokens to every session and 649 once invoked, about $0.0001 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-31.