一键导入
execute-automated-fix
Fixes one issue from the iteration issues list by reproducing, diagnosing, and resolving it. Invoked by: bun nvst fix issue.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Fixes one issue from the iteration issues list by reproducing, diagnosing, and resolving it. Invoked by: bun nvst fix issue.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Refines .agents/PROJECT_CONTEXT.md via editor mode or challenge mode. Challenge mode validates the document against the actual codebase and detects compliance issues. Triggered by: nvst refine project-context.
Leads a structured ideation interview to surface feature/project ideas and update ROADMAP.md with new candidates.
Creates or updates .agents/PROJECT_CONTEXT.md with project conventions, tech stack, code standards, testing strategy, and product architecture. Triggered by: nvst create project-context.
Drive interactive approval of the prototype by updating project context and roadmap artifacts after a completed iteration.
Load the refactor plan from it_{iteration}_audit.json and invoke the agent to apply code changes.
Validate the current iteration's PRD against the implemented code via the audit prototype skill.
| name | execute-automated-fix |
| description | Fixes one issue from the iteration issues list by reproducing, diagnosing, and resolving it. Invoked by: bun nvst fix issue. |
| user-invocable | false |
Attempt to resolve the provided issue safely and deterministically by following a structured debugging workflow.
Use Chain of Draft (CoD) for all internal reasoning. Before diagnosing, planning, or implementing any fix, think step by step in short drafts — each step ≤ ~5 words.
| Source | Used for |
|---|---|
issue (context variable) | The issue to fix, including id, title, description, and reproduction steps |
project_context (context variable) | Project conventions, tech stack, code standards, testing strategy, and architecture |
iteration (context variable) | Current iteration number for file naming and context |
Follow this debugging workflow in order:
The output is the set of file changes (modified or new files) in the working tree. There is no document to produce — the corrected code and any updated tests are the deliverable.
Before finishing: