skills/closed-loop-delivery/SKILL.md
Use when a coding task must be completed against explicit acceptance criteria with minimal user re-intervention across implementation, review feedback, deployment, and runtime verification.
npx skillsauth add ranbot-ai/awesome-skills closed-loop-deliveryInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Treat each task as incomplete until acceptance criteria are verified in evidence, not until code is merely changed.
Core rule: deliver against DoD (Definition of Done), not against code diff size.
Use this skill when:
Do not use this skill for:
Before execution, define these once:
dev by default)2)If acceptance criteria are missing, request them once. If user does not provide, propose a concrete default and proceed.
Before execution, prefer using create-issue-gate.
ready and execution gate is allowed, continue.draft, do not execute implementation/deploy/review loops.Define DoD
Implement minimal change
Verify locally
Review loop
Dev deploy + runtime verification
dev when runtime behavior matters.Completion decision
Avoid noisy short polling by default. Use batched windows:
3m, collect delta comments/reviews6m, collect delta again10m, collect all remaining visible comments/reviewsAt each round:
10m round, stop waiting and proceed with all comments visible at that pointIf CI is still running, align polling to check completion boundaries instead of fixed rapid polling.
Require explicit user confirmation for:
Stop and escalate with a concise blocker report when:
2 default)Escalation report must include:
When claiming completion, always include:
Do not claim success without evidence.
testing
Fix SEO indexing issues, crawl budget problems, and Search Console coverage errors for Next.js apps. Covers canonical tags, noindex audits, sitemap health, static rendering, and internal linking.
data-ai
Analyze AI disruption pressure across a business, map competitive exposure, and produce a 90-day defensive action plan.
tools
--- name: longbridge description: 125+ agent skills for Longbridge Securities — real-time quotes, charts, fundamentals, portfolio analysis, options, and more for HK/US/A-share/SG markets. Trilingual: Simplified Chinese, Traditional category: AI & Agents source: antigravity tags: [api, mcp, claude, ai, agent, security, cro] url: https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/longbridge --- # Longbridge ## Overview Longbridge is the official skill collection for Longbr
tools
Design, debug, and harden GitHub Actions CI/CD workflows, including reusable workflows, matrix builds, self-hosted runners, OIDC authentication, caching, environments, secrets, and release automation.