ワンクリックで
create-pr
Stage, commit, push, and open a GitHub PR following project conventions. Use when code is ready to ship.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Stage, commit, push, and open a GitHub PR following project conventions. Use when code is ready to ship.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Run the full development pipeline autonomously without pausing between phases. Stops only on quality-gate failures.
Run test coverage measurement, analyze results, and fix gaps when coverage falls below the 80% threshold.
Fetch unresolved PR review threads, triage them, implement fixes, validate, reply in-thread, and resolve.
Run structured evaluations on skills to measure quality and track improvements.
Review local code changes for correctness, regressions, missing tests, and Databao-specific risks.
Ensure a YouTrack issue exists before starting work. Validates existing tickets or creates new ones.
| name | create-pr |
| description | Stage, commit, push, and open a GitHub PR following project conventions. Use when code is ready to ship. |
| compatibility | gh must be installed and authenticated. |
main. If so, run create-branch skill first.git status for changes. If clean, inform user and stop.Run all three gates from Quality Gates in CLAUDE.md. Do not commit
until they pass.
DBA-<number>) or ask user.git add -A).CLAUDE.md.Show branch, commit(s), and draft PR description. Wait for explicit approval.
Autosteer exception: skip this pause.
Push with -u flag. Create PR via gh pr create using this template:
## Summary
<1-3 sentence overview>
## Changes
### <Logical change 1>
<Brief description>
<details><summary>Files</summary>
- `path/to/file`
</details>
## Test Plan
- [ ] <Verification step>
Output the PR URL.
main.git add -A or git add ..gh unavailable, show manual push/PR instructions.