원클릭으로
knowledge-gap
Post-task knowledge gap review and proposals for improving skills/rules
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Post-task knowledge gap review and proposals for improving skills/rules
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Set up docs-ssot SSOT documentation structure — migrate existing docs, build, and validate
Documentation update workflow. Use when modifying files in docs/ directory or any markdown files (*.md).
Maps GitHub labels to Skills and Context documents. Use when creating issues (github-issue-creation) or working on issues (fix-issue command).
How to run watch, keygen, and sign wallet CLI commands. Use when executing wallet commands or testing wallet functionality.
Git branch management, commit conventions, and PR creation workflow. Use for all tasks that require code changes, regardless of language or scope.
Solidity smart contract development workflow. Use when modifying smart contracts in apps/eth-contracts/contracts/.
| name | knowledge-gap |
| description | Post-task knowledge gap review and proposals for improving skills/rules |
Run this after completing a task to identify issues in information retrieval and propose candidates for improving skills/rules.
A skill for AI-assisted development that helps verbalize project-specific tacit knowledge and continuously improve the knowledge base.
Review the most recent task from the following perspectives:
Items that took time to research
Items where decisions were difficult
Information missing from existing skills/rules
Classify the identified issues based on the following criteria:
| Difficulty | Criteria |
|---|---|
| High | Took more than 10 minutes / required multiple files |
| Medium | Took 5–10 minutes / referenced 1–2 existing files |
| Low | Less than 5 minutes / easy to find but worth recording |
Propose the appropriate destination based on the nature of each issue:
| Destination | Suitable Cases |
|---|---|
.claude/skills/ | Knowledge referenced during specific tasks (invoked by command) |
.claude/rules/ | Rules that should always be applied (auto-loaded) |
CLAUDE.md | Project-wide principles and architecture |
| Update existing file | Can be handled by extending an existing skill/rule |
Output the results using the following format:
## Knowledge Gap Review Results
### Identified Issues
| Item | Difficulty | Recommended Location | Summary |
| ------------ | ------------ | ------------------------------ | ------------------- |
| (Issue name) | High/Med/Low | .claude/rules/go/repository.md | (Brief description) |
### Details
#### 1. (Issue name)
**Current Problem**:
(What made it difficult)
**Required Information**:
- (Specific information that was needed 1)
- (Specific information that was needed 2)
**Recommended Action**:
(File name and a summary of what should be added)
---
### Next Steps
- [ ] Create a GitHub issue (label: `ai-knowledge-gap`)
- [ ] Create or update skill/rule files
/knowledge-gap
After execution, the AI reviews the most recent task and outputs the identified issues and proposals in the format above.
.claude/skills/.claude/rules/CLAUDE.mdai-knowledge-gap (for tracking issues)