원클릭으로
auto-commit
Autonomously group, stage, and commit repository changes into atomic commits.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Autonomously group, stage, and commit repository changes into atomic commits.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Atomic execution for the project framework. Executes exactly one atomic task from `PLAN.md`.
Comprehensive Execution for the `SPAE` framework. Executes all tasks from `PLAN.md` sequentially in one invocation.
Optimization & Verification for the `SPAE` framework. Performs gap analysis on `PLAN.md`.
Orchestrate SPAE subagents sequentially through the structured workflow and lifecycle.
Task Decomposition for the `SPAE` framework. Decomposes `SPEC.md` into a `DAG` of atomic tasks in `PLAN.md`.
Orchestrate SPAE subagents sequentially through the spec, plan, and inspect phases of the structured workflow.
| name | auto-commit |
| description | Autonomously group, stage, and commit repository changes into atomic commits. |
| user-invocable | true |
| argument-hint |
git status.Determine input from the current repository state:
untracked, staged, unstaged, renamed, deleted, and
ignored changes reported by git.references/atomic-git-staging.md.references/conventional-commit.md.git status --porcelain=v2 --branch. Halt on no changes
or git error..gitignore
changes. Apply fast path for a single unstaged file.git --no-pager diff --no-ext-diff --stat --minimal --patience --histogram --find-renames --summary --no-color -U10 <file_group>.git add <file1> <file2> ....git commit -m "<message>". Confirm commit success..gitignore changes separately..env* except .env.example,
*.key, *.pem, *.p12, *.pfx, *_rsa, *_dsa, id_*,
secrets.*, credentials.*, .aws/, .ssh/, and .gnupg/.password=..., token: ..., api_key = ..., Bearer <value>,
cloud/GitHub/Slack/OpenAI token prefixes with non-placeholder values,
and private key blocks. Do not block policy text that merely names
secret types or placeholder examples.git restore --staged -- <files>, halt, and
report only file paths plus matched rule names. Never print secret
values, request overrides, or commit flagged files.--no-pager and --no-ext-diff for all diff
operations.### Execution Summary
- **Actions**:
- [Terse list of actions taken]
- **Files**:
- [Terse list of affected files]
- **Findings**:
- [Terse list of notable findings]
- **Commits**:
- [Commit hash and subject per created commit]
> **Commit Status** • `[scope]`
> **Result**: [Committed | Clean Tree | Failed]
> **Impact**: [Terse impact statement]
>
> _[Terse working tree summary]_