perf-investigation-logger
仓库创建 2025年10月22日最近提交 1 天前SkillHot 收录 11 小时前
▸ 精选理由
规范化调查记录便于团队协作与审计。
▸ 风险提示
会向本地 state-dir/仓库写入文件,注意权限与敏感信息。
这个 Skill 做什么
将结构化的性能调查笔记和证据追加写入项目的 perf 调查目录。
把性能调查的笔记和证据按规范追加到项目里指定目录,生成结构化的 Markdown(要包含用户原话、阶段总结、决策与理由和证据指针如文件、指标、命令)。在做 perf 调查、复盘或追踪回归时用,方便后来人快速理解问题来龙去脉。特别之处是强制统一格式和保存位置,利于团队协作和自动化检索。
▸ 展开 SKILL.md 英文原文
Use when appending structured perf investigation notes and evidence.
1.8k
Stars
518
Forks
23
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/composio-community/awesome-claude-plugins/master/perf/skills/investigation-logger/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/composio-community/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 公开信息 · 原文版权归作者所有