AgentSkillsCN

trpg-preflight

在发送前对草稿 GM 轮次进行预检(伪网关)。

SKILL.md
--- frontmatter
name: trpg-preflight
description: Preflight-check a draft GM turn before sending (pseudo gate).
argument-hint: --user "<latest player input>" --text "<draft>" [--session-id <id>] | --file <path>
disable-model-invocation: true
allowed-tools: Bash, Read

/trpg-preflight

Steps

  1. Run:
bash
python3 scripts/trpg_preflight_check.py $ARGUMENTS
  1. If output is PREFLIGHT FAIL, revise the draft and re-run until PREFLIGHT PASS.
  2. If policy-lock-active appears, run ops review and clear lock explicitly before resuming play.

Checks

  • off-topic boundary drift
  • alphabetic option labels
  • missing free-form action hint
  • clue summary replay
  • sensitive reference leakage patterns
  • token-bloat-risk (overlong draft)

Output Constraints

  • Keep report compact.
  • Do not print spoilers.
  • Do not print clue repository contents.