skills/smithery.ai/verify-task

verify-task

Installation
SKILL.md

Verify Task $1 from EXECUTION_PLAN.md using the code verification workflow.

Context Detection

Determine working context:

  1. If current working directory matches pattern */features/*:

    • PROJECT_ROOT = parent of parent of CWD (e.g., /project/features/foo → /project)
    • MODE = "feature"
  2. If current working directory matches pattern */plans/greenfield*:

    • PROJECT_ROOT = parent of parent of CWD (e.g., /project/plans/greenfield → /project)
    • MODE = "greenfield"
  3. Otherwise:

    • PROJECT_ROOT = current working directory
    • MODE = "greenfield-legacy"

Directory Guard (Wrong Directory Check)

Installs
2
First Seen
Mar 23, 2026
verify-task from smithery.ai