Skip to content

Skills: Format JSX examples - #9873

Merged
JonnyBurger merged 1 commit into
mainfrom
codex/format-skill-jsx-examples
Jul 29, 2026
Merged

Skills: Format JSX examples#9873
JonnyBurger merged 1 commit into
mainfrom
codex/format-skill-jsx-examples

Conversation

@JonnyBurger

Copy link
Copy Markdown
Member

Summary

  • expand inline parent/child JSX in Remotion skill examples
  • split long JSX props across lines
  • keep the change limited to example layout

Validation

  • bun run build
  • bun run stylecheck

Closes #9870

@vercel

vercel Bot commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
bugs Ready Ready Preview, Comment Jul 29, 2026 10:20am
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
remotion Skipped Skipped Jul 29, 2026 10:20am

Request Review

@pullfrog pullfrog Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ No new issues found.

Reviewed changes — reformats JSX examples across agent skill markdown files by expanding inline JSX elements and splitting long props onto separate lines for readability.

  • Expand inline <Component>{children}</Component> to multiline — in display-captions.md, import-srt-captions.md, compositions.md, google-fonts.md, html-in-canvas.md, images.md, local-fonts.md, measuring-dom-nodes.md, measuring-text.md, parameters.md
  • Split multi-prop JSX elements across lines — in SKILL.md (remotion-markup), effects.md, embedding-videos.md, ffmpeg.md, gifs.md, lottie.md, sequencing.md, video-editing.md
  • Move inline {/* comment */} to preceding // comment — in SKILL.md (remotion-markup), audio.md, embedding-videos.md, gifs.md
  • Format CSS selector block in maptiler reference — expand inline <style> template literal in map-geo-prep.md
  • Split long interpolate() call across lines — in remotion-interactivity SKILL.md

Pullfrog  | View workflow run | Using DeepSeek Pro (free via Pullfrog for OSS) (Claude Opus not used — the program covers this model; add its provider key to run your pick) | 𝕏

@JonnyBurger
JonnyBurger merged commit 93b56e4 into main Jul 29, 2026
17 checks passed
@JonnyBurger
JonnyBurger deleted the codex/format-skill-jsx-examples branch July 29, 2026 10:50
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.

JSX identity changed if 2 JSX elements on the same line

1 participant