用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tomevault-io/skills-registry --skill ultrareview-fix命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | ultrareview-fix |
| description | name: ultrareview-fix Use when this capability is needed. |
Address findings from a preceding ultrareview validation. Work through each finding systematically, implementing fixes with precision and completeness.
$ARGUMENTS
If no scope specified, address all findings from the most recent ultrareview output.
<context_detection> Determine what you're fixing:
Plan Mode: Ultrareview analyzed a plan/proposal. Findings reference architecture or design decisions. The plan file exists in .claude/plans/ or similar.
Implementation Mode: Ultrareview analyzed code changes. Findings reference specific file:line locations. Code files exist and need modification.
Adapt your fix strategy accordingly. </context_detection>
<investigate_before_fixing> Before modifying any artifact:
| Marker | Category | Priority |
|---|---|---|
| CRITICAL | Blockers | Fix immediately |
| ERRORS (HIGH) | Bugs/Issues | Fix before proceeding |
| ERRORS (MEDIUM/LOW) | Issues | Address systematically |
| ALIGNMENT ISSUES | Pattern conflicts | Align with codebase conventions |
| MISSING | Gaps | Fill identified gaps |
| NEEDS VALIDATION | Uncertainties | Investigate, then fix or dismiss |
| IMPROVEMENTS | Enhancements | Implement beneficial changes |
Skip VALIDATED items — these confirm correct behavior.
If ultrareview reported no actionable findings, confirm the context is ready and exit.
Parse the ultrareview output and create a task list for tracking progress. Use TaskCreate for each finding.
For plans/proposals:
For code/configuration:
For Plans: Re-read the complete plan, verify internal consistency.
For Implementations: Run relevant tests, check for linting/type errors, verify integration.
RESOLVED
DEFERRED (if any)
INTRODUCED CHANGES
VERIFICATION STATUS
<post_fix_workflow> After completing all fixes, inform the user they can run ultrareview again to verify fixes and catch any issues introduced by the changes. </post_fix_workflow>
Converted and distributed by TomeVault — claim your Tome and manage your conversions.