perf-investigation-logger

仓库创建 2025年10月22日最近提交 2 个月前SkillHot 收录 23 天前
▸ 精选理由

为性能复盘提供统一模板,便于团队记录与追踪证据。

这个 Skill 做什么

将结构化的性能调查笔记和证据追加到项目状态目录中。

把性能调查的结构化笔记和证据追加到项目状态目录 {state-dir}/perf/investigations/<id>.md,按项目的模版保存。发生性能问题、需要复现细节或记录决策时用,它会要求保留原始用户引述、阶段总结、决策与证据指向。这样团队复查时能统一格式、快速追踪来龙去脉。

▸ 展开 SKILL.md 英文原文

Use when appending structured perf investigation notes and evidence.

开发编程性能记录结构化日志调查模版通用
1.8k
Stars
487
Forks
23
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/ComposioHQ/awesome-claude-plugins/master/perf/skills/investigation-logger/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/ComposioHQ/awesome-claude-plugins/master/perf/skills/investigation-logger/SKILL.md"
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.
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有