Skip to content

Commit 80d5008

Browse files
dougqhdevflow.devflow-routing-intake
andauthored
Move perf-review skill to .agents/skills to match repo convention (#11950)
Move perf-review skill to .agents/skills to match repo convention Skills live canonically under .agents/skills/<name>, with a .claude/skills/<name> symlink so Claude Code still discovers them. perf-review (landed in #11912) was the outlier -- stored as real files under .claude/skills. Move it to .agents/skills/perf-review, add the compatibility symlink matching the other five skills, and point the AGENTS.md reference at the canonical path. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Co-authored-by: devflow.devflow-routing-intake <devflow.devflow-routing-intake@kubernetes.us1.ddbuild.io>
1 parent fbd28da commit 80d5008

7 files changed

Lines changed: 2 additions & 1 deletion

File tree

File renamed without changes.
File renamed without changes.
File renamed without changes.

.claude/skills/perf-review/references/example-review.md renamed to .agents/skills/perf-review/references/example-review.md

File renamed without changes.
File renamed without changes.

.claude/skills/perf-review

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../.agents/skills/perf-review

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Before marking a PR ready, run the applicable reviews below over the branch chan
7777

7878
### Performance Review
7979

80-
Follow the performance-review guidelines in [.claude/skills/perf-review/SKILL.md](.claude/skills/perf-review/SKILL.md) — the do-no-harm / assume-hot posture, the hot-path checks (universal + Java J1–J11 + ByteBuddy-Advice idioms), and the confidence/severity model, with the detailed rubric in its `references/`. Scope: hot-path allocation, unbounded memory, repeated work, escaping objects, native-boundary crossings, and JVM-specific pitfalls.
80+
Follow the performance-review guidelines in [.agents/skills/perf-review/SKILL.md](.agents/skills/perf-review/SKILL.md) — the do-no-harm / assume-hot posture, the hot-path checks (universal + Java J1–J11 + ByteBuddy-Advice idioms), and the confidence/severity model, with the detailed rubric in its `references/`. Scope: hot-path allocation, unbounded memory, repeated work, escaping objects, native-boundary crossings, and JVM-specific pitfalls.
8181

8282
## Bootstrap constraints (critical)
8383

0 commit comments

Comments
 (0)