一键导入
commit
Create a git commit. Runs the test workflow as a pre-check, then formats the message per Conventional Commits with Argos-specific scopes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create a git commit. Runs the test workflow as a pre-check, then formats the message per Conventional Commits with Argos-specific scopes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Run a retrospective on recent work — typically on the develop branch, weekly. Analyzes recent commits, current diff, and conversation patterns to suggest improvements to guidelines, skills, architecture tests, or hooks. Triggers when the user says "retro", "let's review", or invokes /retro.
Review accumulated retrospective findings in the learnings inbox and decide which to apply as guidelines, skills, architecture tests, or hooks. Use when the user wants to triage the inbox.
Run the full Argos quality suite — Pint (formatting), PHPStan/Larastan (static analysis), Pest (tests including architecture rules). Use before any commit, before opening a PR, or when the user asks to verify code quality.
| name | commit |
| description | Create a git commit. Runs the test workflow as a pre-check, then formats the message per Conventional Commits with Argos-specific scopes. |
| scope | argos |
Run the test workflow: @.ai/skills/test/SKILL.md
If ✅ All checks passed was emitted earlier in this session and no code has
changed since, you may note "tests already green in this session" and proceed
without re-running. Otherwise, run the suite now.
If anything fails, STOP. Do not proceed to commit. Report the failure to the user; offer to help fix.
git diff --cached
If nothing is staged, ask the user what to stage. Do not stage everything
indiscriminately (git add -A) unless explicitly told.
Use Conventional Commits per @.ai/skills/_shared/commit-message-format.md
with scopes from @.ai/skills/_shared/argos-scopes.md.
Commit messages are always in English.
git commit -m "<formatted message>"
Never use --no-verify. Never amend without explicit user request.
Show the commit hash and one-line summary. Do not push automatically.