用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/matdev83/go-llm-interactive-proxy --skill kiro-spec-approve命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Design, structure, and review Go codebases using hexagonal architecture (ports and adapters), consumer-driven interfaces, functional options, explicit dependency injection, and standard package layouts.
Design, maintain, and review Go continuous integration workflows (GitHub Actions, matrix testing, SHA pinning) and comprehensive code documentation (godoc, executable examples, ADRs).
Execute an evidence-backed, rigorous code review of Go packages evaluating SOLID principles, architectural cohesion, consumer-driven interfaces, error classification, concurrency safety, and complexity regressions.
正在显示 SKILL.md
| name | kiro-spec-approve |
| description | Approve a spec's requirements/design/tasks and mark it ready for implementation |
.kiro/specs/{feature-name}/spec.json (feature-name is $1, or the spec the user named).requirements.md, design.md, tasks.md (plus research.md/gap-analysis.md/design-review.md when present).specs/archive/), not already phase: completed, and not ready_for_implementation: true.phase → "ready-for-implementation"approvals.requirements.approved, approvals.design.approved, approvals.tasks.approved → true (keep generated: true)ready_for_implementation → trueupdated_at → current local time, exact same format as created_at (e.g. 2026-08-15T13:58:10+02:00); build the timestamp in one jq step — avoid sed/shell string surgery that mangles the +02:00 offset.jq empty file succeeds) and the final statuses read correctly.tasks.md checkboxes (they stay [ ]; they are checked during implementation), and do not change project_description, language, or created_at.spec: approve {feature-name} for implementation.Respond with a short confirmation listing: new phase, all three approved: true, ready_for_implementation: true, and the path touched. Suggest /kiro-impl {feature-name} as the next step.
.kiro/specs/{feature-name}/ missing → report and stop.tasks.md (or unapproved requirements/design) → point to /kiro-spec-requirements, /kiro-spec-design, /kiro-spec-tasks and stop.ready_for_implementation already true → report current state, make no changes.specs/archive/ or phase: completed → never re-approve; report and stop."ready-for-implementation" (historical repo convention).