— No reviews yet
0 installs
6 views
0.0% view→install
Install
$ agentstack add skill-angelinekeke-claude-workflow-skills-continue ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Are you the author of Continue? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claimAbout
继续开发
从上次会话结束的地方接续开发。
第一步:找到最新的进度文档
按以下顺序查找进度文档:
docs/progress-*.md— 根据文件名中的日期找最新的一个- 项目根目录的
PROGRESS.md或progress.md - 项目根目录的
TODO.md、ROADMAP.md或CHANGELOG.md
读取找到的最新进度文档。
第二步:检查当前构建状态
运行项目的构建或类型检查命令,检测现有错误:
- TypeScript/Next.js:
npx tsc --noEmit 2>&1 | head -30或npm run build 2>&1 | tail -20 - Vue:
npm run build 2>&1 | tail -20 - 通用:检查
package.json中是否有build、check或typecheck脚本
汇报发现的任何错误。
第三步:汇总并展示下一步
用用户偏好的语言(默认中文)简洁地汇报以下内容:
- 上次已完成:上次会话完成了什么
- 进行中 / 卡住的:已开始但未完成的内容,以及已知问题
- 下一步:根据进度文档推荐的下一个任务
第四步:询问用户
询问要做哪个任务,或确认是否从推荐的下一步开始。
注意事项
- 如果没有进度文档,用
git log --oneline -10查看最近提交历史作为备选 - 摘要保持简洁,最多 5–10 条要点
- 用户确认任务前不要开始实现任何内容
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: angelinekeke
- Source: angelinekeke/claude-workflow-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.