One-click install
npx skills add https://github.com/seiei-sogen/tumigi --skill dev-verify-seiei-sogen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-verify
Source: https://github.com/seiei-sogen/tumigi/tree/main/skills/dev-verify
Command: npx skills add https://github.com/seiei-sogen/tumigi --skill dev-verify-seiei-sogen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the tedious, error-prone manual process of verifying that all implementation tasks from a development plan are complete, all tests pass, builds succeed, lint checks pass, and code adheres to size limits after development work is finished.

Core Features & Use Cases

  • End-to-End Plan Verification: Automatically checks all task completion status, runs full test suites, measures code coverage against thresholds, validates builds, runs lint checks, and enforces the 500-line file size rule.
  • Structured Reporting: Aggregates task confidence levels, test results, coverage data, and detected issues into a standardized verification report saved to the plan's reports directory.
  • Use Case: After executing a development plan for a new payment processing feature, use this skill to instantly confirm all tasks are done, tests pass with sufficient coverage, no files exceed size limits, and get a clear list of any issues to fix.

Quick Start

Use the dev-verify skill to run a full verification check for the payment processing feature implementation plan.

Frequently Asked Questions about dev-verify

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

FAQPage Schema
How do I automatically verify development plan completeness and code quality after implementation?

Automated implementation verification checks task completion status, runs full test suites, validates builds, executes lint checks, measures code coverage against thresholds, and enforces file size limits to generate a structured verification report.

What does an automated build validation and coverage check cover for a development plan?

Build validation and coverage checks aggregate task confidence levels, run test execution, verify lint compliance, measure coverage thresholds, and flag issues like incomplete tasks, test failures, coverage shortfalls, and oversized files for remediation.

How do I generate a structured verification report for test results and lint compliance?

Verification reporting aggregates task confidence levels, test results, coverage data, and detected issues into a standardized report saved to the plan's reports directory, flagging incomplete tasks, test failures, coverage shortfalls, and oversized files.

Can I enforce a 500-line file size limit and coverage thresholds during implementation verification?

Implementation verification enforces the 500-line file size rule and checks code coverage against configured thresholds, flagging any oversized files and coverage shortfalls in the generated verification report for remediation.

What issues are flagged when running post-implementation verification on a development plan?

Post-implementation verification flags incomplete tasks, test failures, coverage shortfalls, and oversized files exceeding the 500-line limit, aggregating all detected issues into a structured verification report for remediation.

Do I need a development plan to run test execution and lint checks for implementation verification?

Implementation verification applies to post-implementation validation workflows for software development projects using the dev-* skill suite, requiring a development plan to check task status and save the verification report to the plan's reports directory.