Borrowing it
Nothing to install: this file belongs to kickflow/kickflow-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.
curl -O https://raw.githubusercontent.com/kickflow/kickflow-mcp-server/main/.claude/commands/renovate-pr-check.mdgit clone --depth 1 https://github.com/kickflow/kickflow-mcp-serverWrote 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.
[](https://agentmods.dev/commands/kickflow/kickflow-mcp-server/renovate-pr-check)<a href="https://agentmods.dev/commands/kickflow/kickflow-mcp-server/renovate-pr-check"><img src="https://agentmods.dev/badge/commands/kickflow/kickflow-mcp-server/renovate-pr-check/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.
<a href="https://agentmods.dev/commands/kickflow/kickflow-mcp-server/renovate-pr-check"><img src="https://agentmods.dev/badge/commands/kickflow/kickflow-mcp-server/renovate-pr-check.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.00540 |
| Opus 5 | $0.00000 | $0.00270 |
| Sonnet 5 | $0.00000 | $0.00108 |
| Haiku 4.5 | $0.00000 | $0.00054 |
Grade A, and why
renovate-pr-check 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 9d 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.
What it actually says
ultrathink : Renovate の PR をチェックして main ブランチにマージして問題ないか確認して : $ARGUMENTS
手順
-
PR番号を解析
- $ARGUMENTS から PR番号を抽出
- PR番号が指定されていない場合はエラー
-
GitHub CLI を使用して PR情報を取得
gh pr view <PR番号> --jsonで詳細情報を取得- タイトル、説明、変更ファイルのリストを確認
- Renovate によるPRかどうかを確認
-
CI ステータスの確認
gh pr checks <PR番号>で CI の実行状況を確認- 失敗しているワークフローがないかチェック
- 各ワークフローの結果をリスト表示
-
依存関係の変更内容を分析
gh pr diff <PR番号>で差分を取得- package.json, package-lock.json の変更を解析
- メジャーバージョンアップの検出
- セマンティックバージョニングに基づく破壊的変更の可能性を評価
-
更新されるパッケージの詳細情報を収集
- 各パッケージのバージョン変更を表示
- 可能な場合、リリースノートやCHANGELOGへのリンクを提供
- BREAKING CHANGES の有無を確認
-
レポート生成
- 安全にマージできるかの総合判定
- 注意が必要な変更のハイライト
- 推奨アクション(すぐマージ可能、レビューが必要、など)
オプション
--skip-ci-check: CI確認をスキップ--verbose: 詳細な出力を表示
その他ルール
- IMPORTANT : 日本語でやりとりすること
- IMPORTANT : PR番号が指定されていない場合は適切にエラーメッセージを表示
- IMPORTANT : Renovate以外のPRの場合は警告を表示
- IMPORTANT : メジャーバージョンアップがある場合は特に注意喚起
- IMPORTANT : CI が失敗している場合は、マージ不可と判定
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.
- 9d ago First seen · 47 lines · 0 tokens per session scan A 47780aa4c4fd
renovate-pr-check is a command published in the GitHub repository kickflow/kickflow-mcp-server (4 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 540 tokens. 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.
Other commands, from other repositories
release-readiness
Trigger a pre-merge release readiness review on a GitHub PR, GitLab MR, or local branch.
release
Release manager for frontend and mobile. Writes App Store notes, user-facing changelog, flags stale docs and landing copy. Actions: notes | changelog | docs | sync.
ia-document-release
Post-ship documentation sync. Reads all project docs, cross-references the diff, updates README/ARCHITECTURE/CONTRIBUTING/CLAUDE.md to match what shipped, polishes CHANGELOG voice, and optionally bumps the version.
ia-changelog
Create engaging changelogs for recent merges to main branch.
release
Bump version, commit, push, mirror to ai-skills, and update local plugin.
harness:pr-fleet
Autonomous PR-queue land orchestrator — triage the open-PR queue, fan out worktree-isolated review-assist subagents that run the real code-review pipeline, independently verify each PR by all-OS CI and review verdict, and land exactly the PRs a human authorized up front. Never silently auto-merges unreviewed work.