在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用plan-next
星标0
分支0
更新时间2026年1月31日 16:40
Analyze repo state and suggest pragmatic next steps.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Analyze repo state and suggest pragmatic next steps.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Implement tasks in separate atomic commits with checks.
Run quality checks and commit if passing.
Update planning notes and commit the changes.
Study SDL3, ImGui, and engine architecture patterns.
| name | plan-next |
| description | Analyze repo state and suggest pragmatic next steps. |
Analyze current state and propose next steps aligned with AGENTS.md.
Run these commands and include the output:
git branch --show-currentgit status --shortgit log -n 15 --onelinegit diff origin/masterrg -n "TODO|FIXME" src assets 2>/dev/null || truejust --summary 2>/dev/null | tr ' ' '\n' | grep -E '^[a-z]' | head -40ls -la UNREAL_CONVERSION_PLAN.md 2>/dev/null || echo "No UNREAL_CONVERSION_PLAN.md"Based on AGENTS.md, README.md, and UNREAL_CONVERSION_PLAN.md (if present):
Prioritize by:
Output format:
## Recommended Next Steps
1. [HIGH] <task> -- <why it's priority>
2. [MED] <task> -- <context>
3. [LOW] <task> -- <when to tackle>
## Blockers / Decisions Needed
- <item needing clarification>
Do NOT start implementation -- analyze and recommend only.