12 lines
380 B
Markdown
12 lines
380 B
Markdown
---
|
|
name: repository-analysis
|
|
description: Analyze a codebase before making changes.
|
|
---
|
|
|
|
# Repository Analysis Skill
|
|
|
|
1. Read the relevant files before proposing edits.
|
|
2. Identify the runtime entrypoint, tool registry, and state flow.
|
|
3. Break larger tasks into subtasks when code, tests, and docs all change.
|
|
4. Prefer small safe edits that preserve existing extension points.
|