PR 作成直後に本文、CI、競合、レビューを確認し、再開可能な PR 監視を開始するときに使う。明示的な `$pr-health-monitor` 呼び出し専用。
Source text: Japanese
Menu
SkillsMP has collected 37 skills from book000/dotfiles. Open a skill to review its source and details.
Showing 37 of 37 collected skills.
PR 作成直後に本文、CI、競合、レビューを確認し、再開可能な PR 監視を開始するときに使う。明示的な `$pr-health-monitor` 呼び出し専用。
Source text: Japanese
Full spec/plan approval flow for turning a GitHub Issue into a pull request. Invoked by the `issue-pr` dispatcher for non-trivial changes.
GitHub PR またはローカル差分を複数観点で深くレビューするときに使う。`$deep-review [PR番号またはURL]`。
Source text: Japanese
非自明な GitHub Issue を仕様・計画・実装・深いレビューを経て PR にするための補助 skill。`$issue-pr-deep <Issue 番号または URL> [<Issue 番号または URL> ...] --owner <owner> --repo <repo>`。`$issue-pr` から委譲される想定で、単独呼び出し時は自分で owner/repo を Issue の URL から抽出する。
Source text: Japanese
小規模で曖昧さの少ない GitHub Issue を直接実装して PR にするための補助 skill。`$issue-pr-lite <Issue 番号または URL> [<Issue 番号または URL> ...] --owner <owner> --repo <repo>`。`$issue-pr` から委譲される想定で、単独呼び出し時は自分で owner/repo を Issue の URL から抽出する。
Source text: Japanese
GitHub Issue を PR にするための起点 skill。Issue を取得し、規模を判断したうえで `issue-pr-deep`(仕様・計画レビューを経る本格フロー)または `issue-pr-lite`(直接実装する簡易フロー)へ引き継ぐ。明示的な `$issue-pr` 呼び出し専用。
Source text: Japanese
PR monitor の状態を再観測して、lease を取得した pending event だけを安全に処理するときに使う。`$resume-pr-monitor <PR番号またはURL>`。
Source text: Japanese
Full spec/plan approval flow for turning a GlitchTip issue into a pull request. Invoked by the `glitchtip-pr` dispatcher for non-trivial fixes.
Deep code review of a GitHub PR or the local working diff. Runs independent, scoped sub-agent reviews defined in reviewers/*.md and any project-specific reviewers, scores each finding 0-100 for confidence, reports only findings with score >= 50, and for the…
非自明な GlitchTip issue を仕様・計画・実装・深いレビューを経て PR にするための補助 skill。`$glitchtip-pr-deep <issue ID>`。`$glitchtip-pr` から委譲される想定。
Source text: Japanese
小規模で曖昧さの少ない GlitchTip issue を直接実装して PR にするための補助 skill。`$glitchtip-pr-lite <issue ID>`。`$glitchtip-pr` から委譲される想定。
Source text: Japanese
GlitchTip issue を PR にするための起点 skill。issue を特定・取得し、規模を判断したうえで `glitchtip-pr-deep`(仕様・計画レビューを経る本格フロー)または `glitchtip-pr-lite`(直接実装する簡易フロー)へ引き継ぐ。明示的な `$glitchtip-pr` 呼び出し専用。
Source text: Japanese
GitHub PR の未解決レビュースレッドを GraphQL で取得し、修正、返信、resolve、再確認まで体系的に進めるときに使う。明示的な `$handle-pr-reviews` 呼び出し専用。
Source text: Japanese
Jira チケットの調査、実装、ブランチ作成、PR 作成、PR 後フロー開始までを Codex で一貫して進めるときに使う。明示的な `$ticket-pr` 呼び出し専用。
Source text: Japanese
GitHub Copilot の PR レビューを durable event として検出するときに使う。`$wait-for-copilot-review <PR番号またはURL>`。
Source text: Japanese
GitHub PR の close/merge と conflict を durable event として監視するときに使う。`$wait-for-pr-close <PR番号またはURL>`。
Source text: Japanese
Lightweight path for small-scale GlitchTip issues. Invoked by the `glitchtip-pr` dispatcher after Phase 2.5 judges the change small-scale. Skips spec/plan; implements directly.
Investigate a GlitchTip issue and turn it into a pull request. Dispatches to `glitchtip-pr-deep` (full spec/plan flow) or `glitchtip-pr-lite` (direct implementation) based on Phase 2.5's scale judgment. For explicit /glitchtip-pr invocations only.
プロジェクトの AGENTS.md を実態と Codex の公式ベストプラクティスに照らして作成・保守するときに使う。AGENTS.md の新規作成、古い手順の更新、指示の整理を求められたときに使用する。
Source text: Japanese
Docker Compose プロジェクト群の稼働状態を読み取り専用で点検するときに使う。明示的な `$check-container-status` 呼び出し専用。
Source text: Japanese
小規模な GitHub PR またはローカル差分を軽量レビューするときに使う。`$lite-review [PR番号またはURL]`。
Source text: Japanese
merge または close 済み PR に対応するローカル worktree・ブランチを安全に片付けるときに使う。`$pr-cleanup <PR番号またはURL>`。
Source text: Japanese
Rust Token Killer の分析・履歴・探索・raw proxy コマンドを使うときの参照 skill。
Source text: Japanese
GitHub Issue に紐付かないローカル Markdown を self-hosted Trilium に ETAPI 経由でアップロードするときに使う。
Source text: Japanese
Upload a local Markdown document to self-hosted Trilium via ETAPI, for documents not tied to a GitHub Issue.
Lightweight path for small-scale Issues. Invoked by the `issue-pr` dispatcher after Phase 2.5 judges the change small-scale. Skips spec/plan; implements directly.
Automates the post-PR monitoring workflow. Runs CI check, Copilot review wait, code review, conflict check, and PR body update in parallel. Use with /pr-health-monitor <PR number or URL> immediately after creating a PR.
Waits for a GitHub Copilot review after PR creation using the Monitor tool, and automatically triggers /handle-pr-reviews on detection — no tmux required.
Waits for a pull request to be merged or closed using the Monitor tool, then triggers /pr-cleanup on detection — no tmux required.
Enumerates Docker Compose projects under a target directory (default current directory), comprehensively checks each one's status (running state, resource usage, restart count, logs, connectivity) using parallel sub-agents (bounded concurrency, see Phase C),…
Use when the user explicitly runs `/issue-pr` to turn a GitHub Issue into a pull request. Dispatches to `issue-pr-deep` (full spec/plan flow) or `issue-pr-lite` (direct implementation) based on Phase 2.5's scale judgment.
Process all PR review threads in bulk. Fetches all unresolved threads and systematically applies code fixes, replies, and resolves. Auto-triggered by background script on Copilot review detection.
Cleans up after a pull request is merged or closed — removes the worktree/branch, updates the local default branch, and syncs a fork if applicable. Called directly by wait-for-pr-close on detection, or run manually with /pr-cleanup <PR number or URL>.
Lightweight code review of a GitHub PR or the local working diff. Runs a single sub-agent covering 4 fixed perspectives (CLAUDE.md compliance, bugs/correctness, code comment quality, security), scores findings 0-100, reports only score >= 50, and for the…
Investigate a Jira ticket, implement a fix, and create a PR end-to-end. For explicit /ticket-pr invocations only.
Analyze a project's CLAUDE.md against curated best practices plus a live web-search delta, then either rewrite it wholesale or apply targeted edits depending on how far it has drifted. Also creates a CLAUDE.md from scratch when none exists.
Reference for rtk (Rust Token Killer) meta commands — rtk gain / gain --history / discover / proxy. Use when the user wants token-savings analytics, usage history, or to run a raw command without the transparent git/... rewrite hook.