在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用submit
星标8
分支1
更新时间2025年3月30日 05:00
Submit an answer for a stage of the investigation
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Submit an answer for a stage of the investigation
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | submit |
| description | Submit an answer for a stage of the investigation |
| disable-model-invocation | true |
| argument-hint | <stage> "<answer>" |
| allowed-tools | Bash(npx tsx scripts/verify.ts *), Bash(gh issue create *), Read, Edit |
Run the verification command and show the raw output:
npx tsx scripts/verify.ts $ARGUMENTS
If correct:
.progress, add the stage number to the completed array
(avoid duplicates), and write it back.progress, check if the completed array now has 6 entries
(all stages cleared). If so, create a GitHub issue:
started from .progress (ISO 8601 timestamp)gh issue create -R jeonbyeongmin/unsolvable \
--title "Investigation Complete - {YYYY-MM-DD}" \
--body "## Meridian Investigation Report
- **Started**: {started timestamp}
- **Completed**: {completion timestamp}
- **Duration**: {Xh Ym}
- **Stages Cleared**: 6/6
Automatically generated by Claude Code"
If incorrect:
Do NOT:
게임을 만드는 관리자 역할을 수행합니다. 게임을 검증하고, 코드나 커밋을 수정하는 역할을 합니다.
build-history를 실행하고 GitHub에 force push합니다.
Initialize or reset the investigation progress
Check the current investigation progress across all 6 stages
Start the Meridian investigation. Read the case overview and first briefing to begin.