Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
avifenesh avatar

Perf Investigation Logger

  • 2 installs
  • 931 repo stars
  • Updated July 26, 2026
  • avifenesh/awesome-slash

perf-investigation-logger is a skill that appends structured, evidence-backed notes and verbatim user quotes to a performance investigation log file.

About

This skill appends structured notes to a performance investigation log. A developer uses it to keep a durable, evidence-backed record of each phase, including verbatim user quotes, decisions with rationale, and pointers to files, metrics, and commands. It writes to a per-investigation markdown file and never paraphrases user quotes.

  • Appends structured performance investigation notes and evidence
  • Captures verbatim user quotes, phase summaries, decisions, and evidence pointers
  • Writes to a per-investigation markdown file under the state directory

Perf Investigation Logger by the numbers

  • 2 all-time installs (skills.sh)
  • Ranked #467 of 596 Debugging skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

perf-investigation-logger capabilities & compatibility

Capabilities
investigation logging · decision recording · documentation
Use cases
documentation · debugging
From the docs

What perf-investigation-logger says it does

Append structured investigation notes to `{state-dir}/perf/investigations/<id>.md`.
SKILL.md
Exact user quotes (verbatim)
SKILL.md
Do not paraphrase user quotes.
SKILL.md
npx skills add https://github.com/avifenesh/awesome-slash --skill perf-investigation-logger

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs2
repo stars931
Last updatedJuly 26, 2026
Repositoryavifenesh/awesome-slash

What it does

Append structured, evidence-backed notes and verbatim user quotes to a performance investigation log.

Who is it for?

Developers running a long performance investigation who need a durable, auditable trail of decisions and evidence.

Skip if: Producing recommendations or running benchmarks; this skill only records notes.

When should I use this skill?

You are appending structured perf investigation notes and evidence.

What you get

A structured markdown log with verbatim quotes, phase summaries, decisions, and evidence pointers.

  • structured investigation markdown log

By the numbers

  • 4 required note sections (quotes, summary, decisions, evidence)

Files

SKILL.mdMarkdownGitHub ↗

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.

Related skills

FAQ

Are user quotes paraphrased?

No, the skill records exact user quotes verbatim and forbids paraphrasing.

Where are notes stored?

In a per-investigation markdown file under the state directory's perf/investigations folder.

Debuggingbackenddocs

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.