بنقرة واحدة
pr-persona-review
Perform a local persona review before a story PR or final PR is marked ready for human approval.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Perform a local persona review before a story PR or final PR is marked ready for human approval.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Worker skill for batching PR comments, bot findings, and CI failures; classify each item, fix real issues, reply with parser-recognized wording, and push one coherent update.
Implement one story into a story branch and open a PR into the epic feature branch using the repository's story workflow.
Run Go repository quality checks and decide which checks apply before story PR readiness.
Create or update focused unit, integration, or SAM sandbox e2e tests for implemented stories.
| name | pr-persona-review |
| description | Perform a local persona review before a story PR or final PR is marked ready for human approval. |
| triggers | ["persona review","local review","PR readiness"] |
Use this skill as a quality gate, not as a high-frequency event responder.
Review the diff from these perspectives:
Write a machine-readable summary to .story-to-pr/persona-review.json when possible:
{
"status": "clean",
"blockers": [],
"warnings": [],
"evidence": {
"story": "path/to/story.md",
"diff_base": "feature/example",
"checks": ["make test"]
}
}
If blockers exist, set "status": "blocked" and include actionable findings.