ComposioHQ

perf-investigation-logger

"Use when appending structured perf investigation notes and evidence."

ComposioHQ 1,904 579 Updated 7mo ago
GitHub

Install

npx skillscat add composiohq/awesome-claude-plugins/perf-investigation-logger

Install via the SkillsCat registry.

About this skill

Here's a thinking process: 1. **Analyze the Request:** - **Input:** A skill description from an AI agent skill directory. - **Author-provided short description:** "Use when appending structured perf investigation notes and evidence." - **SKILL.md excerpt:** Provides detailed context about `perf-investigation-logger`, what it does, required content, output format, constraints. - **Task:** Write a 2-3 sentence plain-text summary in English. - **Content to cover:** what this skill does, what problem it solves, when an agent/developer should use it.

SKILL.md

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.