원클릭으로
pr
Create a PR only after quality gates, work artifacts, and Codex review request preparation are complete.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create a PR only after quality gates, work artifacts, and Codex review request preparation are complete.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Build AI chat interfaces using ai-elements components — conversations, messages, tool displays, prompt inputs, and more. Use when the user wants to build a chatbot, AI assistant UI, or any AI-powered chat interface.
Repository development entrypoint for requests like 実装して, 追加して, 修正して, この repo で作って. Handles work artifacts, TDD, smoke/E2E verification, review, and handoff.
Fix GitHub or local review findings, re-verify, and loop up to 3 times before escalating.
Repository-specific guardrails for architecture boundaries, work artifacts, durable docs, and review readiness. Use from project subagents.
Repository review entrypoint for requests like レビューして, 監査して, 問題点を見て, 改善点を洗い出して. Runs parallel code, performance/security, and spec-consistency review, then consolidates actionable findings.
Review for secret leaks, auth regressions, unsafe execution, and PII logging.
| name | pr |
| description | Create a PR only after quality gates, work artifacts, and Codex review request preparation are complete. |
| user_invocable | true |
Run pnpm check (lint + typecheck + test). All must pass before proceeding.
If any gate fails, fix the issue and re-run. Do not skip.
Confirm these files exist and are non-empty:
work/plans/active/*.md -- implementation planwork/progress/current/*.md -- progress logwork/qa-reports/active/*.md -- QA reportIf any artifact is missing, create it before continuing.
Use gh pr create with the following content:
Title: concise, under 70 characters, conventional-commit style prefix.
Body:
## Summary
<1-3 bullet points summarizing ALL commits on this branch, not just the latest>
## Test plan
- [ ] pnpm check passes (lint, typecheck, test)
- [ ] Work artifacts present (plan, progress, QA report)
- [ ] <additional test steps relevant to the change>
Closes #<issue number if applicable>
Generated with Claude Code
Build the summary from git log and git diff against the base branch.
Include Closes #N when there is a linked issue.
After the PR is created, request a review via one of:
codex-review-prep skill to prepare context, then trigger Codex workflow@codex review to invoke Codex review directlyConfirm the review request was dispatched before reporting completion.