Docs: add RSC performance optimization skill - #4308
Conversation
WalkthroughAdds a new documentation-only skill file that defines a repo-local workflow for RSC performance evidence, including baseline capture, experiment rules, parity/performance checks, package-stack evidence, validation, and linked references. ChangesRSC Performance Skill Documentation
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related issues
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Review: docs/skill-only changeThis PR adds a single new file, One real issue found (left as an inline comment):
Other notes (no action needed):
No security, performance, or runtime-behavior concerns — this is a pure documentation/skill-guidance addition with no code paths exercised. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: b838d0fe15
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In @.agents/skills/optimize-rsc-performance/SKILL.md:
- Around line 158-164: The validation example in SKILL.md is using
machine-specific absolute paths, so update the documented command to be portable
for all contributors. Replace the hardcoded /Users/justin/... references with
repo-relative paths or clearly marked placeholders, keeping the same validation
steps (quick_validate.py, format.listDifferent, and git diff --check) and the
same section around the validation example.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 7b6a200a-e2ab-49ff-8dba-c1a18c4177ab
📒 Files selected for processing (1)
.agents/skills/optimize-rsc-performance/SKILL.md
Address-review summaryScan scope: full PR history; no prior address-review summary cutoff. Mattered
Skipped
Validation after fix: skill quick_validate.py, pnpm start format.listDifferent, and git diff --check passed locally; pre-commit and pre-push hooks passed, including online markdown links. Next default scan starts after this comment. Say |
Review: Add RSC performance optimization skillReviewed the diff ( Overall: looks solid, no blocking issues found. Things that check out:
Minor, non-blocking observations:
No security, correctness, or performance concerns beyond the above — the change is additive, self-contained, and scoped correctly (no framework/runtime/Pro behavior changes, consistent with the PR's stated intent). |
Why
Closes #4298.
HiChee #9513 and the completed matrix PR #4305 showed that RSC performance work needs repeatable evidence: a clean local control, one-variable experiments, visual parity, archived benchmark artifacts, and package-stack discipline. This adds the portable repo-local skill so future React on Rails agents can apply that evidence loop without copying HiChee app code or changing framework/runtime behavior.
Summary
.claude/skills/optimize-rsc-performance/SKILL.mdvia the repo's.claude/skills -> .agents/skillssymlink.react_on_rails_rscfollow-up issues, plus GitHub shorthand references to the private HiChee case-study PRs so repo link checks do not fail on private URLs.Validation
git fetch --prune origin main-> passed.agents/bin/agent-workflow-seam-doctor-> passed/Users/justin/.cache/codex-runtimes/codex-primary-runtime/dependencies/python/bin/python3 /Users/justin/.codex/skills/.system/skill-creator/scripts/quick_validate.py .claude/skills/optimize-rsc-performance-> passedpnpm install --frozen-lockfile-> passed, lockfile unchanged; needed because this fresh worktree had nonode_modulespnpm start format.listDifferent-> passedgit diff --check/git diff --cached --check-> passed.agents/bin/ci-detect origin/main-> documentation-only changes, recommended CI jobs: noneQA Evidence
Changelog
No changelog entry. This is an internal agent-skill/documentation workflow change, not a user-visible product change.
CI / Review Notes
Summary by CodeRabbit
Merge Qualification
Release mode: development from release gate #3823; target branch
mainis beta-phase. Standard merge gate is satisfied for headb2eabe1acc0c29464001a712a36d2b1583cd0070.Confidence note:
python3 /Users/justin/.codex/skills/.system/skill-creator/scripts/quick_validate.py .agents/skills/optimize-rsc-performance,pnpm start format.listDifferent,git diff --check, pre-commit hooks, pre-push hooks,pr-ci-readinessREADY, full GitHub check list complete, andscript/pr-merge-ledger 4308 --repo shakacode/react_on_rails --changelog-classification not_user_visible --strict --prettyreturnedcomplete_allowed: true.