원클릭으로
run-sync-check
Run agnostic-ai sync --check, interpret the diff, and pick the right next step. Use after editing specs or adapters.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run agnostic-ai sync --check, interpret the diff, and pick the right next step. Use after editing specs or adapters.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Cut a new agnostic-ai release end to end. Use when the user wants to ship a new version (tag + GitHub Release).
Fetch a GitHub issue, create a branch, implement with TDD, and open a PR
Walk over all open GitHub issues that are unassigned or assigned to the current user, and process each one via the gh-issue skill, sequentially.
A sample skill for golden snapshot tests.
dos
tres
| name | run-sync-check |
| description | Run agnostic-ai sync --check, interpret the diff, and pick the right next step. Use after editing specs or adapters. |
Verifies that emitted target files match what the current specs would produce.
make build../agnostic-ai sync --check. Exit 0 means the working tree matches the bundle.agnostic-ai sync to refresh.agnostic-ai sync and review the diff in git diff.agnostic-ai sync and inspect.sync --check is the gate. A drift exits 1 and fails the workflow. The fix is always to re-sync locally and commit, never to edit the emitted file.