在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用log
星标18
分支5
更新时间2026年6月10日 21:40
Display session log of all checks and scores.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Display session log of all checks and scores.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | log |
| description | Display session log of all checks and scores. |
Display the critique history for this session.
Read the session log — Use the Read tool to read .devils-advocate/session.md from the project root.
If the file doesn't exist or is empty — Report that no checks have been run yet and suggest:
/devils-advocate:critique — Critique current code or a plan documentIf the file exists — Display its contents and add a brief summary:
List individual log files — Use Glob to check for files in .devils-advocate/logs/*.md. If any exist, list their filenames so the user knows which detailed critiques are available to read.
SESSION LOG
═══════════════════════════════════════
[contents of .devils-advocate/session.md]
───────────────────────────────────────
Summary: N checks | Trend: [improving/declining/stable]
Worst: Check #X (Y/Z PASS) @ <sha> — [brief note]
Detailed Logs: [only if .devils-advocate/logs/ has files]
• [filename1]
• [filename2]