C

context-map

by @githubv
4.5(297)

Generate a map of all task-related files before making code changes, to gain a comprehensive understanding of the context.

domain-driven-designcontext-mappingmicroservices-architecturebounded-contextsGitHub
Installation
npx skills add github/awesome-copilot --skill context-map
compare_arrows

Before / After Comparison

1
Before

Before making code changes, it's difficult to quickly and comprehensively understand the context of related files. This often leads to overlooking dependencies during modifications, introducing new issues, and increasing debugging and fixing time.

After

Automatically generates mappings of all task-related files, providing a comprehensive context view. Developers can make more accurate code modifications, reduce error rates, and significantly improve efficiency.

SKILL.md

Context Map

Before implementing any changes, analyze the codebase and create a context map.

Task

{{task_description}}

Instructions

  1. Search the codebase for files related to this task
  2. Identify direct dependencies (imports/exports)
  3. Find related tests
  4. 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.

User Reviews (0)

Write a Review

Effect
Usability
Docs
Compatibility

No reviews yet

Statistics

Installs9.0K
Rating4.5 / 5.0
Version
Updated2026年5月19日
Comparisons1

User Rating

4.5(297)
5
23%
4
51%
3
23%
2
2%
1
0%

Rate this Skill

0.0

Compatible Platforms

🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI

Timeline

Created2026年3月16日
Last Updated2026年5月19日