# Format

> Format code according to project standards. Use after making changes or before committing. Use when this capability is needed.

- Skill: `tomevault-io/format` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/format`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/format/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/format

---


# Format - argus

Format code according to project standards.

## Command

```bash
go fmt ./...
```

## Description

Format all Go files

## Usage

- Run before committing changes
- Use `-d` (diff only) to check without modifying files
- Format specific files by passing paths as arguments

## Notes

- This command modifies files in place
- Formatting is enforced by pre-commit hooks (if configured)

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/priyans-hu) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

