Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

coding-skills

coding-skills 收录了来自 mdelapenya 的 5 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
5
Stars
2
更新
2026-06-09
Forks
0
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

pr-reviewer
软件质量保证分析师与测试员

Perform a rock-solid, multi-pass adversarial review of a pull request. Works from inside the matching repo (bare PR number, infers org/repo from git remote) or from a barebones directory (PR URL or org/repo#num shorthand). Clones the PR head into a temp dir, or uses the current branch when it is already the PR. Runs an adversarial first pass, then re-evaluates and challenges its own findings to drop false positives and confirm real ones. Designed to be invoked iteratively in a loop until findings converge. Use when user says "review this PR", "adversarial review", "deep PR review", "challenge this PR", "audit this pull request", "stress test the PR", or "pr reviewer".

2026-06-09
pr-scribe
软件开发工程师

Generate a concise PR description and a Conventional Commits title from a GitHub pull request diff. Auto-detects remotes, honors PR templates, and updates both title and body via gh. Use when user says "describe this PR", "add PR description", "fill in PR body", "describe pull request", "summarize PR changes", or "update the PR title".

2026-06-08
ci-detective
软件质量保证分析师与测试员

Investigate CI failures on a PR by cross-referencing failing tests against other recent runs to determine if failures are pre-existing or caused by the PR's changes. Use when user says "investigate CI failure", "is this test flaky", "why is this test failing", "cross-reference builds", "check if failure is pre-existing", or "ci detective".

2026-04-30
pr-nurse
软件开发工程师

Monitor CI builds and mergeable status for the current branch's PR. Diagnoses failures, merges main to resolve conflicts or pick up fixes, and pushes. Use when user says "nurse this PR", "check CI", "fix the build", "why is CI failing", "merge main", or "resolve conflicts".

2026-04-30
pr-lawyer
软件质量保证分析师与测试员

Review and respond to PR comments by either fixing the code (when feedback is valid) or challenging the reviewer with a reasoned argument (when feedback is debatable or wrong). Use when user says "address PR comments", "respond to review", "challenge this comment", "handle review feedback", "fight back on review", or "pr lawyer".

2026-03-25