context-map

โดย github

วิเคราะห์ฐานโค้ดและสร้างแผนผังไฟล์ที่เกี่ยวข้องกับงานก่อนดำเนินการเปลี่ยนแปลง ค้นหาไฟล์ที่เกี่ยวข้อง การพึ่งพา การทดสอบ และรูปแบบโค้ดที่คล้ายกันโดยอัตโนมัติเพื่อสร้างบริบทที่สมบูรณ์ สร้างผลลัพธ์ markdown ที่มีโครงสร้างพร้อมไฟล์ที่ต้องแก้ไข ความสัมพันธ์ของการพึ่งพา ความครอบคลุมของการทดสอบ และรูปแบบอ้างอิง รวมถึงรายการตรวจสอบความเสี่ยงสำหรับการเปลี่ยนแปลงที่ทำให้ระบบเสียหาย การย้ายระบบ และการอัปเดตการกำหนดค่า ออกแบบมาเป็นขั้นตอนก่อนการดำเนินการเพื่อป้องกันการพลาดการพึ่งพาและผลข้างเคียงที่ไม่ตั้งใจ...

npx skills add https://github.com/github/awesome-copilot --skill context-map

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.

Skills เพิ่มเติมจาก github

console-rendering
github
คำแนะนำสำหรับการใช้ระบบเรนเดอร์คอนโซลที่ใช้ struct tag ใน Go
official
github-pr-query
github
สอบถาม Pull Request บน GitHub อย่างมีประสิทธิภาพ พร้อมรองรับการกรองด้วยอาร์กิวเมนต์ jq
official
jqschema
github
ยูทิลิตี้ค้นพบสคีมา JSON ที่แยกข้อมูลโครงสร้างและประเภทจากข้อมูล JSON
official
gh-agent-session
github
ส่วนขยายเซสชันเอเจนต์ CLI ของ GitHub
official
gh-agent-task
github
ส่วนขยายงานตัวแทน GitHub CLI
official
github-copilot-agent-tips-and-tricks
github
เคล็ดลับและเทคนิคสำหรับการทำงานกับ Pull Requests ของ GitHub Copilot Agent
official
rust-coding-skill
github
Use this skill whenever editing `*.rs` files in the `rust/` SDK in order to write idiomatic, efficient, well-structured Rust code
official
ai-ready
github
ทำให้ repo ใดๆ พร้อมสำหรับ AI — วิเคราะห์โค้ดเบสของคุณและสร้าง AGENTS.md, copilot-instructions.md, ขั้นตอนการทำงาน CI, เทมเพลต issue และอื่นๆ ขุดรีวิว PR ของคุณ…
official