Agent Skills
› agent-sh/agentsys
› perf-investigation-logger
perf-investigation-logger
GitHub用于追加结构化的性能调查笔记和证据,遵循特定合同规范,包含用户原话、阶段摘要、决策依据及证据指针。
Trigger Scenarios
记录性能调查过程中的关键发现
归档性能测试的证据和决策
Install
npx skills add agent-sh/agentsys --skill perf-investigation-logger -g -y
SKILL.md
Frontmatter
{
"name": "perf-investigation-logger",
"version": "5.1.0",
"description": "Use when appending structured perf investigation notes and evidence."
}
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
- Exact user quotes (verbatim)
- Phase summary
- Decisions and rationale
- 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_DIRfor state path (default.claude). - Do not paraphrase user quotes.
Version History
- a92c0cb Current 2026-07-25 11:25


