원클릭으로
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]