speckit-verify-tasks-run

Verify completed Spec Kit tasks against repository files and diffs.

Updated May 18, 2026
One-click install
npx skills add https://github.com/KamiJeong/tech-bridge-book --skill speckit-verify-tasks-run-kamijeong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-verify-tasks-run
Source: https://github.com/KamiJeong/tech-bridge-book/tree/main/.agents/skills/speckit-verify-tasks-run
Command: npx skills add https://github.com/KamiJeong/tech-bridge-book --skill speckit-verify-tasks-run-kamijeong

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you confirm that tasks marked complete in a Spec Kit project are truly implemented, reducing the risk of phantom checkboxes and misleading progress reports.

Core Features & Use Cases

  • Task Validation: Checks completed tasks against referenced files, changed files, code symbols, and implementation evidence.
  • Evidence-Based Review: Cross-references task metadata with repository structure, git diffs, and content patterns to detect missing or dead work.
  • Use Case: Use it when a feature branch claims tasks are done and you need a reliable verification pass before review, merge, or release.

Quick Start

Ask the skill to verify all completed tasks in the current Spec Kit feature and report any phantom completions.

Frequently Asked Questions about speckit-verify-tasks-run

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify completed tasks against git diff evidence to prevent phantom completions?

Task verification cross-references completed Spec Kit tasks with repository files, git diffs, and content patterns to detect phantom completions. It checks file existence, scans dead code, and performs semantic assessment to ensure marked tasks have real implementation evidence.

What is phantom completion detection in software implementation audits?

Phantom completion detection identifies tasks marked as done that lack actual implementation evidence. It cross-references task metadata with repository structure, git diffs, and code symbols to find missing or dead work before merging or releasing a feature branch.

How do I check Spec Kit tasks against repository files and uncommitted work?

Checking Spec Kit tasks involves parsing task metadata and cross-referencing it with file existence, changed files, and content matching. This verification pass applies to feature branches and uncommitted work to confirm implementation evidence matches the claimed progress.

Can I use task verification for feature branches before merge or release?

Yes, task verification is designed for feature branches and uncommitted work. It performs plan-anchored verification by cross-referencing git diffs and code symbols to ensure completed tasks have real implementation evidence before you proceed with review, merge, or release.

Does task verification require specific dependencies to scan for dead code?

No specific dependencies are required. The task verification mechanism operates by parsing tasks, checking file existence, cross-referencing diffs, and scanning for dead code directly within Spec Kit projects that contain tasks, specs, and plans.

What is the best way to audit completed tasks against specs and plans?

The best way to audit completed tasks is plan-anchored verification, which cross-references task metadata with repository structure and git diffs. This approach detects missing or dead work by applying content matching and semantic assessment to the implementation evidence.