Skip to main content

dyoshikawa/skills

SkillsMP は dyoshikawa/skills から 35 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

記録された最新のソース活動
SkillsMP カタログ更新
収集済み skills
35
GitHub スター
0
GitHub フォーク
0

このリポジトリの skills

分類待ち

収集済み skill 35 件中 35 件を表示しています。

職業分類
未分類
説明

Scan an entire repository for security issues and malicious code — leaked secrets, injection and code-execution flaws, supply chain and CI/CD risks, insecure configuration, and malicious instructions hidden in AI rule files. Use when the user wants a…

原文の言語: 英語

更新
職業分類
未分類
説明

Babysit a Dependabot dependency-bump PR all the way to merge: verify the author is the genuine Dependabot bot, diagnose and resolve any CI failure (excluding or fixing a breaking bump when needed), get every check green, and merge. Use when the user wants to…

原文の言語: 英語

更新
職業分類
未分類
説明

Resolve every open issue one at a time: fact-check each with web research, close the ones that need no action, and run the `goal-pr` skill to fix, review, and merge the ones that do — repeating until no actionable issues remain.

原文の言語: 英語

更新
職業分類
未分類
説明

Resolve every open maintainer-scrap issue one at a time: fact-check each with web research, close the ones that need no action, and run the `goal-pr` skill to fix, review, and merge the ones that do — repeating until no actionable scrap issues remain.

原文の言語: 英語

更新
職業分類
未分類
説明

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…

原文の言語: 英語

更新
職業分類
未分類
説明

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

原文の言語: 英語

更新
職業分類
未分類
説明

Clean git worktrees created by git-worktree-runner

原文の言語: 英語

更新
職業分類
未分類
説明

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.

原文の言語: 英語

更新
職業分類
未分類
説明

Create a GitHub issue from a vague idea by thoroughly researching the topic on the web to sharpen the specification before filing

原文の言語: 英語

更新
職業分類
未分類
説明

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

原文の言語: 英語

更新
職業分類
未分類
説明

Draft a GitHub issue targeting a third-party repository (outside this project's owner). Researches the target repo's conventions and the topic in depth, iterates with the user on scope and tone, and produces a final body saved to…

原文の言語: 英語

更新
職業分類
未分類
説明

リリース告知のXポスト下書きを作成する

更新
職業分類
未分類
説明

Draft a new release of the project.

原文の言語: 英語

更新
職業分類
未分類
説明

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

原文の言語: 英語

更新
職業分類
未分類
説明

Explain a PR: the background problem and the proposed solution

原文の言語: 英語

更新
職業分類
未分類
説明

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…

原文の言語: 英語

更新
職業分類
未分類
説明

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, or…

原文の言語: 英語

更新
職業分類
未分類
説明

Cut a release end to end: use 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 finish any post-release distribution updates that depend on the…

原文の言語: 英語

更新
職業分類
未分類
説明

Merge a pull request using gh pr merge --admin

原文の言語: 英語

更新
職業分類
未分類
説明

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.

原文の言語: 英語

更新
職業分類
未分類
説明

Plan how to port a feature, configuration, or implementation from this repository into another repository. Analyzes the source feature here and the target repo's conventions, then writes a multi-file porting plan (overview, source analysis, target analysis,…

原文の言語: 英語

更新
職業分類
未分類
説明

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

原文の言語: 英語

更新
職業分類
未分類
説明

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

原文の言語: 英語

更新
職業分類
未分類
説明

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.

原文の言語: 英語

更新
職業分類
未分類
説明

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.

原文の言語: 英語

更新
職業分類
未分類
説明

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.

原文の言語: 英語

更新
職業分類
未分類
説明

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.

原文の言語: 英語

更新
職業分類
未分類
説明

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

原文の言語: 英語

更新
職業分類
未分類
説明

Fetch recent maintainer-scrap issues, validate each with web research, then either close the ones that need no action or open a single consolidated pull request that resolves the ones that do

原文の言語: 英語

更新
職業分類
未分類
説明

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

原文の言語: 英語

更新
職業分類
未分類
説明

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.

原文の言語: 英語

更新
職業分類
未分類
説明

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", "the `review-pr` skill".

原文の言語: 英語

更新
職業分類
未分類
説明

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

原文の言語: 英語

更新
職業分類
未分類
説明

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

原文の言語: 英語

更新
職業分類
未分類
説明

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

原文の言語: 英語

更新
収集済み skill 35 件中 35 件を表示しています。