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

webseek

webseek에는 dyoshikawa에서 수집한 skills 55개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
55
Stars
1
업데이트
2026-07-22
Forks
0
직업 범위
직업 카테고리 4개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

approve
소프트웨어 품질 보증 분석가·테스터

Approve a pull request using gh pr review --approve

2026-07-22
batch-review-prs-awaiting-maintainer
소프트웨어 품질 보증 분석가·테스터

Batch-triage open pull requests: list PRs with prs-awaiting-maintainer, review each with review-pr, then post-review-comments when there are merge-blocker findings, or create-scrap-issue for non-blocking findings and merge-pr when there are none. Use when the user wants to review and resolve a batch of PRs in one pass.

2026-07-22
clean-branches
소프트웨어 개발자

Clean up unnecessary local branches and prune stale remote-tracking branches

2026-07-22
clean-worktrees
소프트웨어 개발자

Clean git worktrees created by git-worktree-runner

2026-07-22
commit-push-pr
소프트웨어 개발자

Commit current changes, push to remote, and create or update a pull request. Use when the user wants to commit and create a PR, push changes and open a pull request, or ship their current work as a PR.

2026-07-22
diff-analyze
소프트웨어 개발자

Analyze the differences between the current branch and origin/main, and summarize the current work progress

2026-07-22
draft-release
소프트웨어 개발자

Prepare a new npm release: bump the version, open a release PR, and create a draft GitHub release. Publishing is automated by the Publish workflow once the release PR is merged into main.

2026-07-22
explain-issue
소프트웨어 개발자

Explain a GitHub issue: the background problem and the proposed solution

2026-07-22
explain-pr
소프트웨어 개발자

Explain a PR: the background problem and the proposed solution

2026-07-22
goal-pr
소프트웨어 개발자

Drive a pull request to a clean state and merge it: run the review-pr skill, fix every mid-or-above finding, and repeat until no mid-or-above findings remain, then merge. Use when the user wants to finish a PR by reviewing, fixing, and merging it. Use this skill for requests such as "finish this PR" or "review, fix, and merge this PR".

2026-07-22
goal-release
소프트웨어 개발자

Cut a release end to end: run the draft-release skill to open the release PR and draft GitHub release, wait for CI to turn green, run the merge-pr skill to merge the release PR, then wait for the Publish workflow to publish the npm package and finalize the GitHub release. Use when the user wants to draft and merge a release in one go.

2026-07-22
merge-pr
소프트웨어 개발자

Merge a pull request using gh pr merge --admin

2026-07-22
opencode-gpt-review
소프트웨어 개발자

Run the review-pr skill on another model (github-copilot/gpt-5.4) via opencode, then thoroughly investigate and vet the resulting findings, and present only the valid ones to the user.

2026-07-22
post-issue-comment
소프트웨어 개발자

Post a reply comment on a GitHub issue in English with a natural, concise writing style, based on the intent passed as arguments

2026-07-22
post-review-comments
소프트웨어 품질 보증 분석가·테스터

Post line-level review comments and an overall review comment on a PR in English with a natural, concise writing style

2026-07-22
prs-awaiting-author
소프트웨어 개발자

List open pull requests where the ball is in the author's court: CI is failing, review comments are unaddressed, or a maintainer question is awaiting the author's reply. Use when the user wants to see PRs awaiting author action.

2026-07-22
prs-awaiting-maintainer
소프트웨어 개발자

List open pull requests where the ball is in the maintainer's court: CI is green and the PR is ready for a maintainer to review, re-review, or merge. Use when the user wants to see PRs awaiting maintainer action.

2026-07-22
pull-main
소프트웨어 개발자

Switch to main branch and pull latest changes with prune. Use when the user wants to pull latest main, update main, or sync main with remote.

2026-07-22
rebase-latest-main
소프트웨어 개발자

Fetch latest origin/main and rebase it onto the current branch, resolving conflicts if necessary. Use when the user wants to rebase on main, update their branch with latest main, or sync with upstream.

2026-07-22
review-and-comments
소프트웨어 품질 보증 분석가·테스터

Review a PR for code quality and security issues, then post review comments on it. Runs review-pr followed by post-review-comments sequentially.

2026-07-22
review-pr-lite
소프트웨어 품질 보증 분석가·테스터

Review a pull request for code quality and security issues without using subagents. Use when the user wants a lighter-weight PR review in a single skill.

2026-07-22
review-pr
소프트웨어 품질 보증 분석가·테스터

Review a pull request for code quality and security issues. Use when the user wants to review a PR, check PR code changes, or audit a pull request. Triggers on: "review PR", "review pull request", "check this PR", "review-pr skill".

2026-07-22
triage-issues
소프트웨어 개발자

Triage open GitHub issues by reviewing unlabeled ones and applying the most appropriate labels based on their content

2026-07-22
understand-scrap-issues
소프트웨어 개발자

Fetch the most recent maintainer-scrap issues (up to 3) and understand their content

2026-07-22
create-issue
소프트웨어 개발자

Create a GitHub issue with detailed description, purpose, and appropriate labels

2026-07-22
create-scrap-issue
소프트웨어 개발자

Create a GitHub issue that consolidates passed content into a single scrap issue with background context and solution details, labeled as maintainer-scrap. Use when the user wants to create a scrap issue, jot down notes as a GitHub issue, or save findings for later.

2026-07-22
git-worktree-runner
소프트웨어 개발자

Manages git worktrees using git-worktree-runner (gtr). Use when the user needs to create, list, remove, or navigate worktrees with `git gtr` commands, open editors or AI tools in worktrees, manage parallel development branches, or check out GitHub PRs (including from forks) into worktrees.

2026-07-22
playwright-cli
소프트웨어 품질 보증 분석가·테스터

Automate browser interactions, test web pages and work with Playwright tests.

2026-07-22
release-dry-run
소프트웨어 개발자

Dry run for release: summarize changes since last release and suggest version bump.

2026-07-22
security-scan-diff
정보 보안 분석가

Scan for malicious code in git diff between a tag/commit and HEAD

2026-07-22
skill-creator
기타 컴퓨터 관련 직업

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

2026-07-22
approve
소프트웨어 개발자

Approve a pull request using gh pr review --approve

2026-07-22
batch-review-prs-awaiting-maintainer
소프트웨어 품질 보증 분석가·테스터

Batch-triage open pull requests: list PRs with prs-awaiting-maintainer, review each with review-pr, then post-review-comments when there are merge-blocker findings, or create-scrap-issue for non-blocking findings and merge-pr when there are none. Use when the user wants to review and resolve a batch of PRs in one pass.

2026-07-22
explain-issue
소프트웨어 개발자

Explain a GitHub issue: the background problem and the proposed solution

2026-07-22
explain-pr
소프트웨어 개발자

Explain a PR: the background problem and the proposed solution

2026-07-22
goal-pr
소프트웨어 개발자

Drive a pull request to a clean state and merge it: run the review-pr skill, fix every mid-or-above finding, and repeat until no mid-or-above findings remain, then merge. Use when the user wants to finish a PR by reviewing, fixing, and merging it. Use this skill for requests such as "finish this PR" or "review, fix, and merge this PR".

2026-07-22
goal-release
소프트웨어 개발자

Cut a release end to end: run the draft-release skill to open the release PR and draft GitHub release, wait for CI to turn green, run the merge-pr skill to merge the release PR, then wait for the Publish workflow to publish the npm package and finalize the GitHub release. Use when the user wants to draft and merge a release in one go.

2026-07-22
merge-pr
소프트웨어 개발자

Merge a pull request using gh pr merge --admin

2026-07-22
opencode-gpt-review
소프트웨어 품질 보증 분석가·테스터

Run the review-pr skill on another model (github-copilot/gpt-5.4) via opencode, then thoroughly investigate and vet the resulting findings, and present only the valid ones to the user.

2026-07-22
post-issue-comment
소프트웨어 개발자

Post a reply comment on a GitHub issue in English with a natural, concise writing style, based on the intent passed as arguments

2026-07-22
이 저장소에서 수집된 skills 55개 중 상위 40개를 표시합니다.