release
Release a new version of adversarial-review (bumps version, tags git, pushes, triggers npm publish)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Release a new version of adversarial-review (bumps version, tags git, pushes, triggers npm publish)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | release |
| description | Release a new version of adversarial-review (bumps version, tags git, pushes, triggers npm publish) |
| license | Apache-2.0 |
| user-invocable | true |
| metadata | {"version":"1.0.0","internal":true} |
Use this command to release a new version of adversarial-review.
Determine the new version. Read the current version from package.json. Apply the requested semver bump (default "minor") to compute the new version number.
Verify preconditions:
git status --porcelain is empty)main branchgit pull --dry-run shows no changes)npm test)Bump version:
"version" field in package.jsonmetadata.version in skills/adversarial-review/SKILL.md frontmatter to match the new versionCommit the version bump:
git commit -am "chore: bump version to X.Y.Z"
Create the version tag: vX.Y.Z
Push commit and tag:
git push origin main
git push origin vX.Y.Z
Confirm completion. Print a summary of:
.github/workflows/publish.yml, triggered on v* tags) will handle the npmjs release automatically.Skeptical ship/no-ship code review of a git diff or branch, run against any LLM (Anthropic / OpenAI / Gemini API, or a local claude / codex / agy CLI). Use before merging or pushing to catch the expensive failure classes a normal review misses: auth and trust-boundary holes, injection, secrets, data loss, rollback safety, race conditions, schema drift, supply-chain and CI/CD changes, test weakening, and observability gaps. Triggers on "review my diff", "review this git diff", "review this branch", "will this break", "is this safe to ship", "adversarial review", "code review before merge", "review before push", "pre-push review", "CI review gate", "ship or no-ship", "find the strongest reason not to ship".
Skeptical ship/no-ship code review of a git diff or branch, run against any LLM (Anthropic / OpenAI / Gemini API, or a local claude / codex / agy CLI). Use before merging or pushing to catch the expensive failure classes a normal review misses: auth and trust-boundary holes, injection, secrets, data loss, rollback safety, race conditions, schema drift, supply-chain and CI/CD changes, test weakening, and observability gaps. Triggers on "review my diff", "review this git diff", "review this branch", "will this break", "is this safe to ship", "adversarial review", "code review before merge", "review before push", "pre-push review", "CI review gate", "ship or no-ship", "find the strongest reason not to ship".