一键导入
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 职业分类
| 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)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/.