Back to Skills

perf-investigation-logger

verified

Use when appending structured perf investigation notes and evidence.

View on GitHub

Marketplace

awesome-slash

avifenesh/awesome-slash

Plugin

perf

development

Repository

avifenesh/awesome-slash
290stars

plugins/perf/skills/investigation-logger/SKILL.md

Last Verified

February 1, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/avifenesh/awesome-slash/blob/main/plugins/perf/skills/investigation-logger/SKILL.md -a claude-code --skill perf-investigation-logger

Installation paths:

Claude
.claude/skills/perf-investigation-logger/
Powered by add-skill CLI

Instructions

# 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.

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
597 chars

Issues Found:

  • name_directory_mismatch