원클릭으로
itx-verify
Run tests, lint, and validate current changes
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run tests, lint, and validate current changes
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Cut a new clawrium release — bump version, sync docs, tag, trigger PyPI publish
Record a CLI demo (GIF or MP4) using VHS, with storyboard support for long-form / YouTube demos
Watch ric03uec/clawrium release tags; draft a short blog post per user-visible feature as a PR against blog/.
Detect user-visible changes from the last 24h of commits on main and propose doc and scenario updates as PRs.
Execute the plan for an issue (parent or subtask)
Know the clawctl CLI and manage your Clawrium fleet (hosts, agents, providers, channels, integrations, skills, secrets)
SOC 직업 분류 기준
| name | itx:verify |
| description | Run tests, lint, and validate current changes |
| argument-hint |
name: itx:verify
Run all verification checks to ensure code quality.
Run Tests:
make test
Run Linter:
make lint
Check Coverage (optional):
make test-cov
Report Results:
## Verification Results
### Tests
- Status: PASS/FAIL
- Details: <summary>
### Lint
- Status: PASS/FAIL
- Details: <summary>
### Coverage
- Status: <percentage>
- New code coverage: <assessment>
If Failures: