Skip to content

docs: add React DevTools profile report skill#501

Closed
bheemreddy181 wants to merge 1 commit into
callstack:mainfrom
bheemreddy181:bheemreddy-samsara/react-devtools-profile-report-skill
Closed

docs: add React DevTools profile report skill#501
bheemreddy181 wants to merge 1 commit into
callstack:mainfrom
bheemreddy181:bheemreddy-samsara/react-devtools-profile-report-skill

Conversation

@bheemreddy181

Copy link
Copy Markdown

Summary

  • Add a bundled react-devtools-profile-report skill for turning React DevTools profile exports into standalone HTML reports.
  • Include a dependency-free profile-json-to-html.mjs converter with summary cards, a render timeline, offender tables, and optional evidence links.
  • Add the skill to the README skill list and SkillGym bundled-skill detection list.

Validation

  • pnpm format
  • node --check skills/react-devtools-profile-report/scripts/profile-json-to-html.mjs
  • Converter smoke-tested against a local React DevTools profile export and generated an HTML report successfully.
  • /tmp/agent-device-skill-validator-venv/bin/python /Users/bheem.reddy/.codex/skills/.system/skill-creator/scripts/quick_validate.py skills/react-devtools-profile-report
  • pnpm check:quick

Scope stayed limited to bundled skill/reporting docs and skill detection metadata.

Additional Details:
- WHAT changed: added a bundled react-devtools-profile-report skill with a deterministic profile-json-to-html converter script and OpenAI skill metadata.
- WHY it changed: makes React DevTools profile exports easier for agents to turn into shareable HTML performance reports.
- Affected components/files: skills/react-devtools-profile-report, README.md, test/skillgym/suites/agent-device-smoke-suite.ts.
- Important context: the script consumes React DevTools profile exports with dataForRoots and labels React profiler commits as React render commits to avoid Git terminology confusion.

Jira Issue (if applicable): N/A
@bheemreddy181 bheemreddy181 deleted the bheemreddy-samsara/react-devtools-profile-report-skill branch May 11, 2026 22:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants