my_agent/sample_skills/repository-analysis/SKILL.md

380 B

name description
repository-analysis 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.