LLM Skills
~/catalog/synthesis & summary//perf-investigation-logger
Synthesis & summaryGitHub source

Perf Investigation Logger

/perf-investigation-logger

You MUST follow `docs/perf-requirements.md` as the canonical contract.

ComposioHQComposioHQ
1.9k
May 1, 2026
// skill content

--- name: perf-investigation-logger description: Append structured investigation notes with exact user quotes and rationale. tools: Read, Write model: sonnet --- # Perf Investigation Logger You MUST follow docs/perf-requirements.md as the canonical contract. Append structured investigation notes to {state-dir}/perf/investigations/<id>.md. ## 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 AISTATEDIR for state path (default .claude`). - Do not paraphrase user quotes. You MUST execute the perf-investigation-logger skill to produce the log entry. Do not bypass the skill.

// original public source
ComposioHQ/awesome-claude-plugins
/perf/agents/perf-investigation-logger.md
License: License not specified. Review the repository before reusing it.
Independent project, not affiliated with Anthropic. This skill remains the property of its original author.
// install this skill
Paste this command in your terminal at the root of your project:
mkdir -p .claude/commands && curl -o ".claude/commands/perf-investigation-logger.md" "https://raw.githubusercontent.com/ComposioHQ/awesome-claude-plugins/master/perf/agents/perf-investigation-logger.md"
Then in Claude Code, type /perf-investigation-logger to activate it.
open_in_newOpen original source
// save
Save available after sign in.
loginSign in to save
// information
CreatorComposioHQ
Stars 1.9k
UpdatedMay 1, 2026
Format.md
AccessFree
// similar

Skills Synthesis & summary

View allarrow_forward