一键导入
run-checks
Run the project's Definition of Done checklist
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run the project's Definition of Done checklist
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Review and steward a GitHub repo's PRs and issues: classify PRs, review ready PRs when asked, close stale issues, manage ready async work, and recommend next actions.
Fix the author on all commits since main to match the local or global .gitconfig
Synthesize a morning briefing from GH notifications, calendar, reminders, and inbox.
Create a pull request for the current branch against main
Fix the author on all commits since main to match the local or global .gitconfig
Synthesize a morning briefing from GH notifications, calendar, reminders, and inbox.
| name | run-checks |
| description | Run the project's Definition of Done checklist |
Validate the current branch against the project's Definition of Done.
AGENTS.md exists at the project root. If it does, read it and look
for a Definition of Done section. If found, use it as the checklist. If
not found, use the fallback below.git diff main...HEAD --name-only to see what changed. Use this to
decide which checklist items are relevant.If there is no AGENTS.md Definition of Done, detect tooling from config files
such as Taskfile.yml, package.json, Makefile, pyproject.toml, or
Cargo.toml, then run the standard checks for the project.