Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

dotfiles

dotfiles에는 ryanb에서 수집한 skills 12개가 있으며, 저장소 수준 직업 범위와 사이트 내 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