01 / Pointing at the source of truth
Delegate repository detail to the contributor guide
The root file identifies CONTRIBUTING.md as the place for testing, structure, and contribution rules. That lets the short agent entry point share an authority with human contributors.
Source excerpt starting at line 5.5**Important:** Read and follow [`CONTRIBUTING.md`](./CONTRIBUTING.md) as well - it contains essential information about testing, code structure, and contribution guidelines that applies here.
02 / Contribution etiquette
Make the PR template and full suite explicit gates
Before submitting a pull request, the agent must read the template and run the full test suite. Both actions are named in the same instruction.
Source excerpt starting at line 7.7When submitting a PR, you **MUST** read [`PULL_REQUEST_TEMPLATE.md`](./.github/PULL_REQUEST_TEMPLATE.md) and fill it out correctly. **DO NOT** submit a PR without running the full test suite.
03 / Router files
Route performance investigations to a skill
The final sentence names a specific skill when the task is a performance investigation. The general entry file stays short while task-specific procedure lives elsewhere.
Source excerpt starting at line 11.11If asked to do a performance investigation, use the `performance-investigation` skill.