Use when appending structured perf investigation notes and evidence.
Scanned 2/10/2026
Install to Claude Code
npx -y skills add avifenesh/awesome-slash --skill perf-investigation-logger --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Perf Investigation Logger?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/avifenesh-perf-investigation-logger)More formats (shields.io, HTML) on the badges page.
---
name: perf-investigation-logger
description: "Use when appending structured perf investigation notes and evidence."
version: 1.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
1. Exact user quotes (verbatim)
2. Phase summary
3. Decisions and rationale
4. 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_DIR` for state path (default `.claude`).
- Do not paraphrase user quotes.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!