用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/laicluse/agent-fieldkit --skill just-a-question命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Use when corrective work, migrations, living docs, or temporary diagnostic tests leave superseded residue, or before handoff.
Use when corrective work, migrations, living docs, or temporary diagnostic tests leave superseded residue, or before handoff.
Reference for git-discipline commit bodies, trailers, hook denials, examples, and escape hatches.
| name | just-a-question |
| user-invocable | true |
| description | Explicit question-only guard: treat the turn as read-only even if it sounds like a fix request. |
| disable-model-invocation | true |
This is an explicit lock, not a blanket rule for every sentence ending in a
question mark. Use it when the operator says /just-a-question, "just a
question", "read-only", "do not change anything", or equivalent.
Do not apply this skill to QA/status checks on work you are currently driving: "is CI green?", "do the screenshots still match?", "does the PR body still describe the branch?", "is the release note still correct?", or similar. Those checks are part of the deliverable. Investigate with read-only tools first; if the answer is "no", the stale or broken artefact is a blocker, not merely an obvious future fix. Switch back to the normal workflow and fix it within the usual gates.
Stale PR evidence is never an acceptable final state for an active PR you are preparing for review. Regenerate, update, or remove stale screenshots, videos, PR body claims, and linked evidence before handing the PR back as ready.
A back-and-forth may follow. When the operator's framing shifts from question to request, say so in one line before the first mutation ("Reading this as a request for change now").