feat: /plan-devex-review + /devex-review — DX review skills (v0.15.3.0)#784
Merged
feat: /plan-devex-review + /devex-review — DX review skills (v0.15.3.0)#784
Conversation
New {{DX_FRAMEWORK}} resolver provides compact (~150 lines) shared content
for /plan-devex-review and /devex-review: Addy Osmani's 8 DX principles,
7 characteristics table, 10 cognitive patterns, scoring rubric, and TTHW
benchmarks. Hall of Fame examples loaded on-demand per pass to avoid bloat.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Adds plan-devex-review and devex-review schema entries to the review dashboard resolver and placeholder table in the preamble. All existing SKILL.md files regenerated to include the new DX Review row. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Plan-stage developer experience review. Rates 8 DX dimensions 0-10: getting started, API/CLI/SDK design, error messages, docs, upgrade path, dev environment, community, and DX measurement. Includes developer empathy simulation, auto-detect product type with applicability gate, DX scorecard with trend tracking, and a conditional Claude Code Skill DX checklist. Hall of Fame examples loaded on-demand per pass from dx-hall-of-fame.md. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Live-system developer experience audit using browse tool. Tests all 8 dimensions aligned with /plan-devex-review for boomerang comparison (plan said 3 min TTHW, reality says 8). Each dimension marked TESTED, INFERRED, or N/A with evidence. Scope-aware: declares what browse can and cannot test, falls back to file artifacts for untestable dimensions. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
E2E Evals: ✅ PASS60/60 tests passed | $6.54 total cost | 12 parallel runners
12x ubicloud-standard-2 (Docker: pre-baked toolchain + deps) | wall clock ≈ slowest suite |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Two new skills for developer experience review, following the plan-design-review / design-review pattern:
New Skills:
/plan-devex-review— Plan-stage DX review based on Addy Osmani's framework. Rates 8 dimensions 0-10 (getting started, API/CLI/SDK, errors, docs, upgrades, dev env, community, measurement). Auto-detects product type with applicability gate. Developer empathy simulation. DX scorecard with trend tracking. Conditional Claude Code Skill DX checklist./devex-review— Live-system DX audit using browse tool. Tests all 8 dimensions aligned with plan-devex-review for boomerang comparison. Each dimension marked TESTED/INFERRED/N-A with evidence.Infrastructure:
{{DX_FRAMEWORK}}resolver — shared compact principles, characteristics, and scoring rubric (~150 lines)Review pipeline:
Pre-Landing Review
No issues found.
Test plan
bun run gen:skill-docssucceeds (both skills generate)bun run gen:skill-docs --dry-runreports all files FRESHbun testpasses (skill validation + version check)🤖 Generated with Claude Code