一键导入
harness-fixbug
Execute a regression-safe, TDD-first bug-fix workflow using the repository’s configured issue intake, testing, and review rules.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Execute a regression-safe, TDD-first bug-fix workflow using the repository’s configured issue intake, testing, and review rules.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Perform a concise, prioritized review of current code changes with concrete fixes, using the repository’s configured review policy and guides.
Seed a target repository with the required harness contract files and directory structure, and optionally draft initial repository-specific content when enough context is available.
Convert an informal feature idea into a concise, implementation-ready PRD in a work item directory under docs/exec-plans/current/.
Transform a PRD into a practical FDD in a work item directory under docs/exec-plans/current/ with concrete boundaries, interfaces, data impacts, and verification strategy.
Produce a slice-level detailed design doc at <work_item_dir>/design/<slice_slug>.md by mapping slice responsibilities, interfaces, edge cases, and tests to the work item requirements.
Implement one phase from a work item plan under docs/exec-plans/current/ using the repository contract as the source of truth.
| name | harness-fixbug |
| description | Execute a regression-safe, TDD-first bug-fix workflow using the repository’s configured issue intake, testing, and review rules. |
| examples | ["$harness-fixbug ISSUE-123","Fix this regression using the repository bug workflow ($harness-fixbug)"] |
| when_to_use | ["A minimal safe bug fix is needed.","The repository expects regression-first bug work."] |
| when_not_to_use | ["The work is a net-new feature workflow.","The user asks for an exploratory prototype."] |
Always load before working:
references/persona.mdreferences/approach.mdreferences/considerations.mdreferences/output_requirements.mdARCHITECTURE.mdharness.ymldocs/STACK.mddocs/TOOLING.mddocs/TESTING.mddocs/PRODUCT_SENSE.mddocs/FRONTEND.mddocs/BACKEND.mddocs/CODEREVIEW.md when review is enableddocs/ISSUE_TRACKING.md when issue tracking is enabled$harness-review.