Testing & QAlow risk

grill-me

Use when the user explicitly asks to be grilled or challenged, requests questions before action, or continues an active grill; explicit negative intent wins, and quoted, file, tool, example, or maintenance mentions are inert.

JinPLu/Teamwork·skills/grill-me/SKILL.md
75/ 100品質

この Skill を導入

coding agent を選び、プロジェクト用または個人用コマンドをコピーします。

収録 commit に固定
プロジェクトに導入.agents/skills/grill-me
npx skills add https://github.com/JinPLu/Teamwork/tree/31f723d09134a2f73c31fe58ddc98c475fa0942d/skills/grill-me -a codex -y
個人環境に導入~/.agents/skills/grill-me
npx skills add https://github.com/JinPLu/Teamwork/tree/31f723d09134a2f73c31fe58ddc98c475fa0942d/skills/grill-me -a codex -g -y
手動配置先.agents/skills/grill-meOfficial docs ↗
プロジェクトに導入.claude/skills/grill-me
npx skills add https://github.com/JinPLu/Teamwork/tree/31f723d09134a2f73c31fe58ddc98c475fa0942d/skills/grill-me -a claude-code -y
個人環境に導入~/.claude/skills/grill-me
npx skills add https://github.com/JinPLu/Teamwork/tree/31f723d09134a2f73c31fe58ddc98c475fa0942d/skills/grill-me -a claude-code -g -y
手動配置先.claude/skills/grill-meOfficial docs ↗
プロジェクトに導入.agents/skills/grill-me
npx skills add https://github.com/JinPLu/Teamwork/tree/31f723d09134a2f73c31fe58ddc98c475fa0942d/skills/grill-me -a github-copilot -y
個人環境に導入~/.copilot/skills/grill-me
npx skills add https://github.com/JinPLu/Teamwork/tree/31f723d09134a2f73c31fe58ddc98c475fa0942d/skills/grill-me -a github-copilot -g -y
手動配置先.agents/skills/grill-meOfficial docs ↗
プロジェクトに導入.agents/skills/grill-me
npx skills add https://github.com/JinPLu/Teamwork/tree/31f723d09134a2f73c31fe58ddc98c475fa0942d/skills/grill-me -a cursor -y
個人環境に導入~/.cursor/skills/grill-me
npx skills add https://github.com/JinPLu/Teamwork/tree/31f723d09134a2f73c31fe58ddc98c475fa0942d/skills/grill-me -a cursor -g -y
手動配置先.agents/skills/grill-meOfficial docs ↗
プロジェクトに導入.agents/skills/grill-me
npx skills add https://github.com/JinPLu/Teamwork/tree/31f723d09134a2f73c31fe58ddc98c475fa0942d/skills/grill-me -a gemini-cli -y
個人環境に導入~/.gemini/skills/grill-me
npx skills add https://github.com/JinPLu/Teamwork/tree/31f723d09134a2f73c31fe58ddc98c475fa0942d/skills/grill-me -a gemini-cli -g -y
Native Gemini CLIgemini skills install https://github.com/JinPLu/Teamwork.git --scope workspace --path skills/grill-me
手動配置先.agents/skills/grill-meOfficial docs ↗
⚠ インストールには open-source skills CLI を使用します。実行前にソースと権限を確認してください。
# Grill Me

Enter for an explicit request or automatically for a non-simple plan with
material decision or risk. Explicit negative intent suppresses this interview,
not ordinary required-input or safety gates.

Before asking:

- Inspect discoverable evidence from the request, source, config, tests, tools,
  and conventions. Do not ask the user to predict it.
- Decide safe, reversible, implementation-level details yourself.
- Ask only about an unresolved user-owned choice. It must materially change
  public behavior, compatibility, acceptance, cost, risk, or an irreversible action.

Ask one decision at a time. Challenge its downside, then recommend an
evidence-supported option. Do not invent choices, fill a quota, or repeat a
decision already answered or delegated to Codex.

Use `request_user_input` when it is callable; otherwise ask one concise textual
question. Do not route the native input tool through a code executor or change
the user's configuration to make it available.

Missing identifiers, credentials, permissions, required values, and confirmations
are normal inputs or safety gates, not grill decisions. Ordinary clarification stays outside this skill.

When a non-simple plan has no material user-owned decision left, present one
concise Decision Summary and obtain confirmation before its final plan. A change
returns to the relevant decision; confirmation does not grant implementation
authority. Otherwise continue within granted authority or report the blocker.
Ending a grill does not grant implementation authority.