Agent Skills
› open-mercato/open-mercato
› om-auto-continue-pr-loop
om-auto-continue-pr-loop
GitHub扩展PR自动继续流程,处理企业级规范源、遗留平面计划迁移及集成测试门禁验证,确保PR循环合规推进。
Trigger Scenarios
需要继续或恢复PR自动化流程时
遇到遗留格式的追踪计划需转换时
执行集成测试或样式合规门禁验证时
Install
npx skills add open-mercato/open-mercato --skill om-auto-continue-pr-loop -g -y
SKILL.md
Frontmatter
{
"name": "om-auto-continue-pr-loop",
"description": "Open Mercato repo-local extension of the shared `om-auto-continue-pr-loop` skill (installed from open-mercato\/skills into .agents\/skills\/). Pins the spec-completion gates (OM integration suites + om-ds-guardian), the .ai\/specs\/enterprise spec scope, and legacy flat-plan resume support."
}
Auto Continue PR Loop — Open Mercato extension
This file extends the shared om-auto-continue-pr-loop skill from open-mercato/skills (installed at .agents/skills/om-auto-continue-pr-loop/SKILL.md). Follow the shared workflow with these repo specifics:
- Spec sources:
.ai/specs/or.ai/specs/enterprise/(enterprise scope); run-folder contract in.ai/runs/README.md. - Legacy plan format: PRs opened before the run-folder migration may carry
Tracking plan: .ai/runs/<date>-<slug>.md(flat file). Honor it: create.ai/runs/<date>-<slug>/, move the flat plan in asPLAN.md, and initializeHANDOFF.md/NOTIFY.mdas part of the resume's first commit. - Spec-completion gates: "the repo's integration suite" means
yarn test:integrationplusyarn test:create-app:integrationwhen template-synced surfaces changed; "any style-compliance pass" means theom-ds-guardianskill when UI was touched. - Validation runner: pick Docker vs local per root
AGENTS.md§ Validation Commands before running the gate.
Version History
- c915d76 Current 2026-07-24 20:42


