Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

dotfiles

dotfiles には ryanb から収集した 12 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
12
Stars
2.4k
更新
2026-07-20
Forks
774
職業カバレッジ
3 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

review-queue
ソフトウェア品質保証アナリスト・テスター

Show pull requests that need review, ranked by ease of review. Displays PRs as clickable links with line counts, grouped as a dependency tree when PRs build on each other.

2026-07-20
rebase
ソフトウェア開発者

Interactive rebase onto a base branch, resolving conflicts along the way and verifying tests pass. Compares against remote when done.

2026-07-10
pr-feedback
ソフトウェア品質保証アナリスト・テスター

Evaluate unresolved review comments on the current branch's PR and, after user confirmation, address each in a separate sub-agent and separate commit.

2026-06-23
interview
プロジェクト管理専門家

Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Like grill-me, but asks one structured, numbered question at a time with multiple-choice options. Use when the user wants a disciplined interview to stress-test a plan or design, or mentions "interview me".

2026-06-23
pr-pending-feedback
ソフトウェア品質保証アナリスト・テスター

Evaluate pending (unsubmitted) review comments on the current branch's PR and, after user confirmation, address each in a separate sub-agent and separate commit.

2026-06-17
fix-all
ソフトウェア品質保証アナリスト・テスター

Run bin/claude-review --print and automatically fix all reported issues, committing each fix individually.

2026-06-17
dependabot-prs
ソフトウェア開発者

Review and merge open Dependabot pull requests

2026-06-16
standup
プロジェクト管理専門家

Summarize work done since the last standup across the user's configured repos — merged PRs, open PR reviews, PRs/commits authored, and a per-repo summary of code changes.

2026-06-12
gfix
ソフトウェア開発者

Amend a git commit further back in the history.

2026-06-11
remote-diff
ソフトウェア開発者

Compare local branch changes against the remote branch to detect rebase/merge mistakes.

2026-06-11
walkthrough
ソフトウェア品質保証アナリスト・テスター

Walk through PR changes from the user's perspective. Traces each UI change through its full vertical slice — what the user sees, what it triggers, and how the server handles it. Use when asked to walk through what changed, review a PR, or summarize branch changes.

2026-06-11
bisect
ソフトウェア開発者

Git bisect to find the first bad commit by running a test command.

2026-04-12