Fmt banner
bearcove bearcove

Fmt

Code Quality community

Description

Format the codebase and re-stage changes. 1. Run `cargo fmt --all` 2. Run `git add -u` to re-stage all modified tracked files This ensures formatted code is ready to commit without manual re-staging.

Installation

Installs to ~/.claude/commands/bearcove-pikru-fmt.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/bearcove/pikru/HEAD/.claude/commands/fmt.md -o ~/.claude/commands/bearcove-pikru-fmt.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository