C
context-map
by @githubv
4.5(297)
コード変更を行う前に、タスクに関連するすべてのファイルのマップを生成し、コンテキストを包括的に理解します。
インストール方法
npx skills add github/awesome-copilot --skill context-mapcompare_arrows
Before / After 効果比較
1 组使用前
コード変更を行う前に、関連ファイルのコンテキストを迅速かつ包括的に理解することが困難です。これにより、修正時に依存関係を見落とし、新たな問題を引き起こし、デバッグと修正にかかる時間が増加します。
使用後
タスクに関連するすべてのファイルマッピングを自動生成し、包括的なコンテキストビューを提供します。開発者はより正確なコード修正を行い、エラー率を低減し、効率を大幅に向上させることができます。
SKILL.md
Context Map
Before implementing any changes, analyze the codebase and create a context map.
Task
{{task_description}}
Instructions
- Search the codebase for files related to this task
- Identify direct dependencies (imports/exports)
- Find related tests
- Look for similar patterns in existing code
Output Format
## Context Map
### Files to Modify
| File | Purpose | Changes Needed |
|------|---------|----------------|
| path/to/file | description | what changes |
### Dependencies (may need updates)
| File | Relationship |
|------|--------------|
| path/to/dep | imports X from modified file |
### Test Files
| Test | Coverage |
|------|----------|
| path/to/test | tests affected functionality |
### Reference Patterns
| File | Pattern |
|------|---------|
| path/to/similar | example to follow |
### Risk Assessment
- [ ] Breaking changes to public API
- [ ] Database migrations needed
- [ ] Configuration changes required
Do not proceed with implementation until this map is reviewed.
ユーザーレビュー (0)
レビューを書く
効果
使いやすさ
ドキュメント
互換性
レビューなし
統計データ
インストール数9.0K
評価4.5 / 5.0
バージョン
更新日2026年5月19日
比較事例1 件
ユーザー評価
4.5(297)
5
23%
4
51%
3
23%
2
2%
1
0%
この Skill を評価
0.0
対応プラットフォーム
🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI
タイムライン
作成2026年3月16日
最終更新2026年5月19日