ワンクリックで
pr-workflow-fast
Fast, consistent branch/PR workflow with explicit change-type quality gates and concise evidence-first PR descriptions.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Fast, consistent branch/PR workflow with explicit change-type quality gates and concise evidence-first PR descriptions.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
High-throughput migration waves converting priority parent CSL 1.0 styles to Citum with repeatable before/after metrics and migration-engine gap recommendations. Fidelity is the hard gate.
Standardized QA gate for style work. Verifies fidelity, SQI drift, formatting defects, and regression surface. Produces approve/reject verdict with numbered findings.
Iterative LLM hand-tuning loop for embedded-core styles. Drives a style to 100% fidelity and clean SQI. Both are hard gates. Seeded from migrate evidence, not from the converter output as a terminal deliverable.
Autonomous research loop for Citum migration fidelity gaps and converter-focused Rust fixes.
Single human-facing command for all Citum style work. Use whenever someone asks to fix, improve, convert, create, or tune a citation style. Routes to upgrade, migrate, create, or tune. Always use this rather than calling internal skills directly.
Public entrypoint for Citum style work. Activate on: 'upgrade', 'migrate', 'create', 'tune', any style authoring request, or any request to fix/improve/convert a Citum or CSL citation style. Route to the shared workflow docs and internal roles.
| name | pr-workflow-fast |
| description | Fast, consistent branch/PR workflow with explicit change-type quality gates and concise evidence-first PR descriptions. |
Type: User-Invocable, Agent-Invocable LLM Access: Yes Purpose: Efficient branch/PR workflow with minimal ceremony and explicit quality gates.
codex/.codex/<scope>-<short-goal>..jj is present, docs/guides/JJ_AI_CHANGE_STACK.md may be used for
local change-stack curation before pushing the Git branch..md, styles/*.yaml):
.rs, Cargo.toml, Cargo.lock):
cargo fmt --check ← use --check, never bare cargo fmt (fmt is a fix, not a gate)cargo clippy --all-targets --all-features -- -D warningscargo nextest run (fallback: cargo test)./scripts/bench-check.shIf you discover a gate failure after pushing, squash + force-push
(git push --force-with-lease) rather than adding a cleanup commit.
Requires CONFIRM (critical action).