Format Code

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

Sby Skills Guide Bot
DevelopmentBeginner
408/30/2026
Claude CodeCursorWindsurfCopilotCodex
#formatting#deno#code-style#pre-commit

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