スキル一覧に戻る
ggz23

interview-mode

by ggz23

Claude code plugin to help you ace live coding interviews

0🍴 0📅 2026年1月3日
GitHubで見るManusで実行

SKILL.md


name: interview-mode description: Ensures proper requirements clarification before implementing features. Activates when asked to implement, build, create, or add features during what appears to be an interview or timed coding exercise.

Interview Mode

When implementing features during an interview, ALWAYS clarify requirements BEFORE writing any code.

Before Writing Code

  1. Identify Ambiguities

    • What's explicitly in scope?
    • What's explicitly out of scope?
    • What edge cases need handling?
  2. Ask Clarifying Questions Use AskUserQuestion with specific options:

    • Empty states: How to display when no data?
    • Error states: How to handle failures?
    • Loading states: Show spinner, skeleton, or nothing?
    • Validation: What rules apply to inputs?
    • Success criteria: What defines "done"?
  3. Confirm Understanding Before coding, summarize:

    • What will be built
    • What edge cases will be handled
    • What is out of scope

Question Format

Use specific options, not open-ended questions:

Good:

How should empty state be handled?
- Show illustration with message
- Show text message only
- Hide the section

Bad:

What should happen when there's no data?

Why This Matters

  • Shows communication skills
  • Prevents wasted effort on wrong approach
  • Demonstrates systematic thinking
  • Catches misunderstandings early

スコア

総合スコア

45/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

0/5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です