Agent skill
repo-knowledge-lookup
knowledgeca がプロジェクト内一次情報と外部公式ドキュメントに当たって回答する手順。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/repo-knowledge-lookup
SKILL.md
目的
「推測」ではなく「根拠」に基づく回答を短く返し、作業の手戻りを減らす。
プロジェクト内の当たり方(順序)
docs/<work_item>/implementedplan.md/tasks.md/review.md/notes.md- README / docs/index / docs/architecture / ADR(存在する場合)
- 該当コード(呼び出し元→定義の順で追う)
外部の当たり方(MCPが利用可能な場合)
- Microsoft系: Microsoft Learn MCP を優先
- ライブラリAPI: Context7
- 公開リポ構造: DeepWiki
回答フォーマット(必須)
- 結論(1行)
- 根拠(プロジェクト内ファイル/外部公式)
- 注意点(不確実なら不確実)
- oca判断が必要か(Yes/No)
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?