用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Texarkanine/.cursor-rules --skill niko-preflight命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Basic PR Review - looks for critical blocking issues and a decent attempt to find other high-impact but non-blocking issues near and in the changed code.
Niko Memory Bank System - Niko Phase - Initialization & Entry Point
Use when writing or explaining procedures, safety-critical steps, aerospace or other technical instructions, or when a reader is stuck on a concept and needs one meaning per word. Fits replies and written how-tos, runbooks, and install steps, including non-native-English audiences. Prefer this when ambiguity is the failure mode, even if nobody says STE or Simplified Technical English. Do not use for legal argument, literary or classical prose, or merely punching up bloated sentences.
正在显示 SKILL.md
| name | niko-preflight |
| description | Niko Memory Bank System - Preflight Phase - Pre-Build Plan Validation |
This command validates the implementation plan against codebase reality before any code is written. It catches design oversights, convention conflicts, TDD violations, and integration issues that would otherwise surface during or after the build.
Read:
memory-bank/active/tasks.mdmemory-bank/active/projectbrief.mdmemory-bank/systemPatterns.mdmemory-bank/techContext.mdmemory-bank/active/creative/**/*.md (if any exist)Verify Prerequisites
memory-bank/active/tasks.md for planning completionTDD Plan Encoding (blocking)
.cursor/rules/shared/always-tdd.mdcFAIL (blocking).Convention Compliance
memory-bank/systemPatterns.mdDependency Impact
Conflict Detection
Completeness Precheck
Radical Innovation (advisory - not blocking)
Judge, Do Not Fix
memory-bank/active/.preflight-status, the **Phase:** field in activeContext.md (under End of Verification), progress.md, and those two in-phase plan edits on tasks.md.FAIL (fixable) or FAIL (blocking)); PASS only when the plan is acceptable as-is (advisories allowed).Write Status
memory-bank/active/.preflight-status. First line is exactly one allowed value from .cursor/rules/shared/niko/memory-bank/active/preflight-status.mdc. After a blank line, write this run's findings.🚨 Printing this notice is NOT the end of this phase. After printing, continue immediately to the next step - do not stop.
Update memory-bank/active/progress.md to record that Preflight completed and what the first line of .preflight-status was.
Print the appropriate block:
# Preflight Result
✅ PASS
## Findings
1. **Findings** - bulleted list of each finding with severity
2. **Advisory items** (if any) - concrete recommendations the operator can evaluate
# Preflight Result
❌ FAIL
## Findings
1. **Findings** - bulleted list of each finding with severity
2. **Advisory items** (if any) - concrete recommendations the operator can evaluate
Update memory-bank/active/activeContext.md so **Phase:** records Preflight complete with the first line of .preflight-status (e.g. **Phase:** PREFLIGHT - COMPLETE (PASS)). Do not load a level workflow or begin another phase. Stop.