LLM Skills
~/catalog/synthesis & summary//SKILL
Synthesis & summaryGitHub source

Perf investigation logger

/SKILL

Use when appending structured perf investigation notes and evidence.

ComposioHQComposioHQ
1.8k
May 1, 2026
// skill content

--- name: perf-investigation-logger description: "Use when appending structured performance investigation notes and evidence." version: 1.0.0 --- # 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 AISTATEDIR for state path (default .claude`). - Do not paraphrase user quotes.

// original public source
ComposioHQ/awesome-claude-plugins
/perf/skills/investigation-logger/SKILL.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/SKILL.md" "https://raw.githubusercontent.com/ComposioHQ/awesome-claude-plugins/master/perf/skills/investigation-logger/SKILL.md"
Then in Claude Code, type /SKILL to activate it.
open_in_newOpen original source
// save
Save available after sign in.
loginSign in to save
// information
CreatorComposioHQ
Stars 1.8k
UpdatedMay 1, 2026
Format.md
AccessFree
// similar

Skills Synthesis & summary

View allarrow_forward