بنقرة واحدة
format
Format and lint the project, auditing changed files against code style guidelines.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Format and lint the project, auditing changed files against code style guidelines.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | format |
| description | Format and lint the project, auditing changed files against code style guidelines. |
Format and lint the project, auditing changed files against code style guidelines.
run mise format && mise lint
Run git diff --name-only to identify changed files.
For each changed file, dispatch an agent to audit that file againstdocs/dev/code-style.md and docs/dev/testing.md.
Launch all agents in parallel.
Each agent should read the full file and check for style violations, reporting any issues with file paths and line numbers.
Fix any violations the agents report.
run mise lint to verify that the project is still linted.
run mise test to confirm nothing is broken.
Take an iteration and execute it: dispatch /implement agents per phase, always sequentially (e.g. /orchestrate <iteration-id>).
Take an iteration and execute it: dispatch /implement agents per phase with git worktree isolation for parallel work (e.g. /orchestrate <iteration-id>).
Take an iteration and execute it: dispatch /implement agents per phase with jj workspace isolation for parallel work (e.g. /orchestrate <iteration-id>).
Promote a gest task to a GitHub Issue (e.g. /promote-task <id>).
Explore a rough idea with the user, clarify requirements, and draft a spec. Also decomposes large specs into smaller ones (e.g. /brainstorm "offline mode", /brainstorm <gest-id>).
Implement a single issue: write code, verify, review, format, and commit (e.g. /implement <gest-id>).