一键导入
source-command-continue
Continue incomplete work - find gaps, finish features, fix what's broken
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Continue incomplete work - find gaps, finish features, fix what's broken
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Abuse prevention - rate limiting, moderation, bad actors. Use when fighting abuse.
Account security - MFA, sessions, recovery. Use when protecting user accounts.
Admin panel - RBAC, config, admin tools. Use when building admin UI.
Application security - OWASP, validation, secrets. Use when securing the app.
Authentication patterns - sign-in, SSO, passkeys, sessions. Use when implementing auth flows.
Billing - Stripe, webhooks, subscriptions. Use when implementing payments.
| name | source-command-continue |
| description | Continue incomplete work - find gaps, finish features, fix what's broken |
Use this skill when the user asks to run the migrated source command continue.
Find what's incomplete. Finish it.
Don't grep for TODO and call it done. Incomplete work hides in:
What's explicitly unfinished — Yes, scan for TODO/FIXME/HACK. But ask: why are they there? What was the person avoiding?
What's implicitly broken — Code that "works" but:
What's missing entirely — Features referenced but not implemented. UI that leads nowhere. Promises in docs that code doesn't deliver.
For each part of the system, ask:
"If I were a user trying to accomplish their goal, where would I get stuck?"
"If this broke at 3am, could someone figure out why?"
"If requirements changed tomorrow, what would be painful to modify?"
"If we had 100x traffic, what would fall over first?"
These questions reveal incompleteness that checklists miss.
Understand the project — Read README, main entry points, core flows. What is this thing supposed to do?
Walk the critical paths — Trace actual user journeys through code. Where does the path get uncertain, error-prone, or incomplete?
Find the gaps — Not just TODOs, but:
Prioritize by impact — What blocks users? What causes data loss? What makes debugging impossible? Fix those first.
Fix completely — Don't patch. Understand root cause. Implement proper solution. Test it works.
Domain knowledge auto-activates when relevant. Available skills:
auth, account-security, privacy, billing, pricing, ledger, security, trust-safety, uiux, seo, pwa, performance, i18n, database, data-architecture, storage, observability, operability, delivery, growth, referral, support, admin, discovery, code-quality
After fixing: "Did my fixes introduce new gaps? Did fixing X reveal Y was also broken?"
If yes → run /continue again. If no Critical/High issues remain → done.
## What I Found
[Describe the gaps discovered — not a checklist, but an understanding of what's incomplete and why]
## What I Fixed
- [Description of fix and why it matters]
## What Remains
- [Issues that need human decision or are blocked]
## Next
[/continue again | done]