一键导入
ship-issue
Execute GitHub issues one at a time as vertical slices — fetch, branch, TDD, verify, PR, then the next. Use when the user says "ship issue", "resolve
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Execute GitHub issues one at a time as vertical slices — fetch, branch, TDD, verify, PR, then the next. Use when the user says "ship issue", "resolve
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Security-inspect an AI agent skill (your own or a third party's) with the skillspector CLI, then deliver a plain-English verdict report in chat (safe / caution / do-not-install, threat breakdown, top findings to check, file hotspots). Use whenever you want to vet, scan, audit, or sanity-check a skill before installing or trusting it, point at a skill repo/folder/zip and ask "is this safe?", say "inspect this skill", "scan this skill", "check this skill for malware", "skillspector", or share a GitHub link to a skill/agent and want to know the risk. Also use to re-read confusing skillspector output.
Security-inspect an AI agent skill (your own or a third party's) with the skillspector CLI, then deliver a plain-English verdict report in chat (safe / caution / do-not-install, threat breakdown, top findings to check, file hotspots). Use whenever Ossie wants to vet, scan, audit, or sanity-check a skill before installing or trusting it, points at a skill repo/folder/zip and asks "is this safe?", says "inspect this skill", "scan this skill", "check this skill for malware", "skillspector", or shares a GitHub link to a skill/agent and wants to know the risk. Also use to re-read confusing skillspector output.
Unified 3D printing pipeline for Bambu Lab printers. USE WHEN user says: print, 3d print, slice, slice this, make me, design a part, model this, STL, 3MF, MakerWorld, browse models, find me a model, printer status, check printer, what's printing, prepare for printing, generate 3MF, fit on one plate, multi-object plate, storage, organizer, mount, holder, bracket, gridfinity, or provides STL files, photos of things to design, or MakerWorld links. Covers design with OpenSCAD MCP, browsing MakerWorld with agent-browser, slicing STL to 3MF with the bundled OrcaSlicer-backed CLI, multi-plate arrangement, and printer control with Bambu MCP. This is the only skill for 3D-printing related work.
USE WHEN: dogfood, QA, exploratory test, find issues, bug hunt, test this app/site/platform, or review the quality of a web application. Systematically explores a web app in a real browser, finds bugs and UX issues, and produces a structured report with full reproduction evidence (step-by-step screenshots, repro GIFs when available, and detailed repro steps) so findings can be handed straight to the responsible team.
USE WHEN: check/audit/update/improve/fix CLAUDE.md or AGENTS.md, CLAUDE.md maintenance, AGENTS.md review, project memory optimization, agent documentation. Audits agent instruction files against modern harness engineering principles (leanness, discoverability, anti-staleness), then applies targeted improvements after approval.
Deep implementation review that hunts for real bugs. Use when the user asks for adversarial review, review this implementation, audit my code, stress test this, find problems with this, ship-readiness review, is this ready to ship, check this against the plan, check this against the spec, find bugs in this, implementation audit. This skill is for IMPLEMENTATIONS — code, configs, scripts, pipelines. For plans and designs before implementation, use a plan-review or design-challenge skill instead.
| name | ship-issue |
| description | Execute GitHub issues one at a time as vertical slices — fetch, branch, TDD, verify, PR, then the next. Use when the user says "ship issue", "resolve |
Execute GitHub issues one at a time. One issue, one branch, one PR per issue — then, if more were queued, start the next.
The to-issues skill divided the work into vertical slices on purpose. This skill exists to keep you from re-horizontalizing them during execution. Sequential ≠ parallel ≠ batched. Scope discipline is the only thing that makes those slices worth anything.
grill-me or request-refactor-plan. Do not guess.tdd for the inner loop. Red → green → refactor, one behavior at a time. Horizontal slicing (all tests, then all code) is forbidden — see the tdd skill for why.docs/agents/workflow.md names a Project board, move the issue to In Progress when starting and to the repo's terminal status only after merge or explicit handoff.PR opened; closeout pending.An issue is complete only when one of these terminal states is true:
If the PR is open but not terminal, continue the closeout loop in the same turn when possible. If waiting is required, set up a concrete follow-up mechanism:
babysit-pr to own PR lifecycle: CI polling, failed-check repair, merge readiness, and merge/alert terminal state.greploop whenever Greptile/review automation/reviewers leave actionable comments or the PR has not reached the required 5/5 review confidence.babysit-pr/greploop workflow. The follow-up prompt must include the PR number, required merge decision, pending checks/reviews, and the next command to run.NOT COMPLETE: PR closeout still pending and include the manual next step. Do not proceed to the next queued issue.The main agent is the controller. It should preserve its context for issue scope, PR state, merge decision, and final reporting. For substantial CI or review work, delegate bounded work to worker agents instead of pulling all logs, comments, and file context into the main thread.
greploop/CI should continue.babysit-pr moving, and decides whether the PR has reached a terminal state.main so issue work starts from the latest merged code.gh issue view <number> --comments. Read it fully.grill-me or request-refactor-plan. Do not proceed.issue-<number>-<short-slug>.tdd skill. Drive ONE criterion at a time through RED → GREEN → REFACTOR. Check each criterion off in the issue as its test passes.gitworkflow skill. Title: the issue title. Body: Closes #<number>, the acceptance-criteria checklist (all checked), the functional evidence from step 8, and the self-review result from step 9.babysit-pr skill and monitor checks/review state until the PR reaches a merge decision.greploop skill and work the comments to result.If mid-execution you discover any of:
...stop, add a comment on the issue describing the discovery, and tell the user to run grill-with-docs skill (for ambiguity) or improve-codebase-architecture (for structural surprises) before continuing. The planning skills exist for exactly this moment.