context-map

Generate a map of all files relevant to a task before making changes

By github · 9,660 installs

npx skills add github/awesome-copilot --skill context-map

Source repository · Upstream listing

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 Do not proceed with implementation until this map is reviewed.