一键导入
strategy-pull
Pull a RHAISTRAT issue from Jira into the local/ workspace for human review. Only works on post-CI strategies.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Pull a RHAISTRAT issue from Jira into the local/ workspace for human review. Only works on post-CI strategies.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Create strategies from approved RFEs by cloning them to RHAISTRAT in Jira, or guiding the user through manual cloning.
Sign off on a CI-approved strategy — pushes content and adds strat-creator-human-sign-off label. For rubric-pass strategies only.
Refine a single strategy — add the HOW, dependencies, impacted teams/components, and non-functional requirements. Requires a strategy key argument.
Adversarial review of a single refined strategy. Scores against rubric, then runs independent forked reviewers for detailed prose. Requires a strategy key argument.
Reviews strategy features for testability — are acceptance criteria measurable, are edge cases covered, can this be validated?
Push a locally-refined strategy back to Jira and resubmit to CI. For needs-attention strategies only.
| name | strategy-pull |
| description | Pull a RHAISTRAT issue from Jira into the local/ workspace for human review. Only works on post-CI strategies. |
| user-invocable | true |
| allowed-tools | Read, Write, Bash, Glob, Grep |
You are pulling a strategy from Jira into the local workspace so a human can review and iterate on it.
$ARGUMENTS must contain a RHAISTRAT key (e.g., RHAISTRAT-1520). If no key is provided, ask the user for one.
Run the pull script:
python3 ${CLAUDE_SKILL_DIR}/scripts/pull_strategy.py $ARGUMENTS
This will:
strat-creator-rubric-pass or strat-creator-needs-attention)local/strat-tasks/RHAISTRAT-NNNN.md with workflow: local frontmatterlocal/strat-originals/local/strat-reviews/The pull creates three folders under local/:
strat-tasks/ — The strategy document itself (e.g., RHAISTRAT-133.md). This is what you review and edit.strat-originals/ — The source RFE snapshot and its comments at pull time. Read-only context for understanding the business need.strat-reviews/ — CI review output. Contains two files per strategy:
RHAISTRAT-NNNN-review-summary.md — The scoring table and verdict (pass/fail, scores per criterion).RHAISTRAT-NNNN-review.md — The full prose review from independent reviewers (detailed analysis per dimension).If the script exits with code 1 (missing labels or not found), explain that only post-CI strategies can be pulled. If code 2 (missing credentials), tell the user to set JIRA_SERVER, JIRA_USER, and JIRA_TOKEN.
Read the pulled strategy file and the review file (if present). Summarize for the user:
Then advise the user on next steps:
/strategy-refine and /strategy-review to iterate locally, then /strategy-signoff when you're satisfied."/strategy-refine and /strategy-review to fix issues locally, then /strategy-push to resubmit to CI."$ARGUMENTS