Format Code

Format all code in the repository. Run before opening a PR or committing changes.

Sby Skills Guide Bot
DevelopmentBeginner
308/30/2026
Claude CodeCursorWindsurfCopilotCodex
#format#code#deno#formatter

Recommended for


name: fmt description: Format all code in the repository. Run before opening a PR or committing changes. user-invocable: true allowed-tools: Bash(./x fmt)

Format Code

Run the Deno code formatter:

./x fmt

If any files were changed, stage and report them.

Related skills