用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Texarkanine/jekyll-mermaid-prebuild --skill niko-qa命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Decide whether an explanation needs a diagram, pick the right Mermaid type, and write it so it renders. Use when explaining a system's structure, flow, or relationships - in docs, READMEs, design notes, prompts, plans, or a chat answer - even when nobody asked for a diagram. Not for charting numeric data.
Niko Memory Bank System - Preflight Phase - Pre-Build Plan Validation
Niko Memory Bank System - Niko Phase - Initialization & Entry Point
基于 SOC 职业分类
正在显示 SKILL.md
| name | niko-qa |
| description | Niko Memory Bank System - QA Phase - Post-Implementation Semantic Review |
This command performs a structured semantic review of the code just implemented against the original plan. It catches over-engineering, incomplete implementations, pattern violations, and implementation debris that mechanical checks (lint/build/test) cannot detect.
Read:
memory-bank/active/tasks.mdmemory-bank/active/projectbrief.mdmemory-bank/systemPatterns.mdmemory-bank/active/activeContext.mdmemory-bank/active/progress.mdmemory-bank/active/creative/Verify Prerequisites
memory-bank/active/tasks.md for build phase completionReview the code just implemented against the original plan. Judge only — do not edit the implementation under review. Flag violations of:
Judge, Do Not Fix
memory-bank/active/.qa-validation-status, QA findings in tasks.md / progress.md, and (at Step 4) the **Phase:** field in activeContext.md.Generate QA Report
memory-bank/active/.qa-validation-statusmemory-bank/active/tasks.md with QA resultsHandle Results
🚨 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 completion of the QA phase.
When QA review is complete, print:
# QA Result
✅ PASS
1. **Findings** - bulleted list of each semantic finding and why it does or does not block
# QA Result
❌ FAIL
1. **Findings** - bulleted list of each semantic finding and why it blocks
## Next Steps
(the next command, if any, based on the current complexity-level's workflow & QA result)
Update memory-bank/active/activeContext.md so **Phase:** records this phase complete with PASS or FAIL (e.g. **Phase:** PREFLIGHT - COMPLETE (PASS) / **Phase:** QA - COMPLETE (FAIL)). Do not load a level workflow or begin another phase. Stop.