원클릭으로
mojo-format
Format Mojo code using mojo format command. Use when preparing code for commit or when formatting checks fail.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Format Mojo code using mojo format command. Use when preparing code for commit or when formatting checks fail.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Run section orchestrators to coordinate multi-component workflows. Use when starting work on a section.
Validate agent YAML frontmatter and configuration. Use before committing agent changes or in CI.
Reply to PR review comments using the correct GitHub API endpoint. Use when responding to inline code review feedback (not gh pr comment).
Run Mojo tests using mojo test command. Use when executing tests or verifying test coverage.
Track implementation progress against plan. Use to monitor component delivery and identify blockers.
Check agent configuration coverage across hierarchy levels and phases. Use to ensure complete agent system coverage.
| name | mojo-format |
| description | Format Mojo code using mojo format command. Use when preparing code for commit or when formatting checks fail. |
| mcp_fallback | none |
| category | mojo |
Format Mojo code files to ensure consistent style.
# Format single file
pixi run mojo format path/to/file.mojo
# Format directory
pixi run mojo format `find scylla/ -name "*.mojo"`
# Check without modifying
pixi run mojo format --check path/to/file.mojo
pixi run mojo format <path>| Error | Cause | Solution |
|---|---|---|
Syntax error | Invalid Mojo syntax | Fix syntax before formatting |
File not found | Wrong path | Verify file exists |
Permission denied | File permissions | Check chmod settings |
Mojo not installed | Missing Mojo | Install via pixi or Magic |
.claude/shared/mojo-guidelines.md - Mojo syntax standards.pre-commit-config.yaml - Pre-commit hook configuration