Perf Investigation Logger

Use when appending structured perf investigation notes and evidence.

majiayu000 417e8e1 2 files · 2.2 KB Updated 567 repo stars

File contents

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.

majiayu000/claude-skill-registry-data/tree/main/other/investigation-logger commit 417e8e187b

Frequently asked questions

npx skillmds add majiayu000/perf-investigation-logger