perf-investigation-logger
// Use when appending structured perf investigation notes and evidence.
$ git log --oneline --stat
stars:1,154
forks:219
updated:March 4, 2026
SKILL.mdreadonly
SKILL.md Frontmatter
nameperf-investigation-logger
descriptionUse when appending structured perf investigation notes and evidence.
version1.0.0
perf-investigation-logger
Append structured investigation notes to {state-dir}/perf/investigations/<id>.md.
Follow docs/perf-requirements.md as the canonical contract.
Required Content
- Exact user quotes (verbatim)
- Phase summary
- Decisions and rationale
- Evidence pointers (files, metrics, commands)
Output Format
## <Phase Name> - <YYYY-MM-DD>
**User Quote:** "<exact quote>"
**Summary**
- ...
**Evidence**
- Command: `...`
- File: `path:line`
**Decision**
- ...
Constraints
- Use
AI_STATE_DIRfor state path (default.claude). - Do not paraphrase user quotes.