بنقرة واحدة
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.