基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/gambitph/Stackable --skill implement命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Quality-gated ship: run ensure-quality, then commit dirty gated work and open a triage PR whose body is the gate summary (LOW_RISK_MERGE / MEDIUM_REVIEW / HIGH_HOLD). Guardrail against AI slop leaving the machine. Use when the user asks to to-quality-pr, quality PR, gate and PR, ship a PR, or open a PR after changes; after finishing substantive or AI-generated work when the next step is a pull request; prefer this over committing or opening a PR without a quality gate.
Local quality gate for the current worktree: review for risk/correctness (break, leak, undo intent), standards, spec, and anti-slop; then test, document, lint. Mechanical one-liner auto-fix and HITL for ask-user findings; ship-readiness summary. Use when the user asks to ensure quality, run the quality gate, validate before commit, or gate changes; after finishing substantive or AI-generated code changes; and always before the agent commits.
Onboard to how one Ahentic concept, feature, or subsystem is wired — chat summary plus visual HTML walkthrough (optional durable copy under docs/walkthroughs/).
| name | implement |
| description | Implement a piece of work based on a spec or set of tickets. |
| disable-model-invocation | true |
Implement the work described by the user in the spec or tickets.
Orient — Read the issue/task and the owning src/**/CONTRACT.md (and PRD if linked). Done when you can name the seam this change belongs in.
Sibling first — Search the nearest module/file that already does the same kind of thing. Deepen that seam; extract a shared helper before pasting the nth clone. Done when you know the target file(s) and are not inventing a parallel list, registry, or AJAX twin.
Ability surface? — If the change registers, renames, removes, or names an ability in prompts/playbooks/UI, open docs/agents/ability-checklist.md and complete every applicable item before coding further.
Build with /tdd where possible, at pre-agreed seams. Run the focused PHPUnit file (or Playwright module spec) after each vertical slice.
Finish — Run the full test suite once (composer test / npm test as appropriate). Then /code-review against the issue or spec. Commit to the current branch when the user asked for a commit (or when this skill’s commit step applies).
Applicable ability-checklist boxes are checked; focused then full tests are green; code-review has been run.