一键导入
apply-feature-knowledge
Consumption algorithm for FEATURE_KNOWLEDGE variable — pre-computed feature context
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Consumption algorithm for FEATURE_KNOWLEDGE variable — pre-computed feature context
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Canonical algorithm for consuming DECISIONS_CONTEXT index — scan index, identify relevant entries, Read full bodies on demand, cite verbatim IDs inline.
This skill should be used when evaluating implementation quality before submission, checking correctness, security, and simplicity.
This skill should be used when performing a code review to apply the standard 6-step review process.
This skill should be used when the user asks to "add accessibility", "check ARIA", "handle keyboard navigation", "add focus management", or creates UI components, forms, or interactive elements. Provides WCAG 2.2 AA patterns for keyboard navigation, ARIA roles and states, focus management, color contrast, and screen reader support.
This skill should be used when reviewing code for SOLID violations, tight coupling, or layering issues.
This skill should be used when the user asks to "validate input", "parse request data", "handle form data", "add Zod schema", "sanitize user input", or creates API endpoints and system boundaries. Provides parse-don't-validate patterns with schema validation for type-safe boundary enforcement and hostile input defense.
| name | apply-feature-knowledge |
| description | Consumption algorithm for FEATURE_KNOWLEDGE variable — pre-computed feature context |
| user-invocable | false |
| allowed-tools | Read |
Pre-computed context, not a cage. Verify against current code — always.
A feature knowledge captures patterns AS THEY WERE when last written. Code evolves. Use the feature knowledge as a starting point, not gospel truth. When something feels off, Read the actual files. Code is authoritative; feature knowledge is supplementary.
When FEATURE_KNOWLEDGE is provided and is not (none):
--- Feature knowledge: {slug} --- headers)The feature knowledge may not reflect recent changes:
When FEATURE_KNOWLEDGE is (none), empty, or not provided — skip this skill entirely.
Do not mention feature knowledge or its absence in your output.
Feature knowledge uses write-through + verify-on-read for freshness:
Multiple feature knowledge entries are concatenated with slug headers:
--- Feature knowledge: payments ---
[full KNOWLEDGE.md content]
--- Feature knowledge: auth ---
[full KNOWLEDGE.md content]