final-review

Automate final review and approval workflows for feature unit development.

27|4|Updated Jun 19, 2025
One-click install
npx skills add https://github.com/markmhendrickson/neotoma --skill final-review-markmhendrickson
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: final-review
Source: https://github.com/markmhendrickson/neotoma/tree/main/.cursor/skills/final-review
Command: npx skills add https://github.com/markmhendrickson/neotoma --skill final-review-markmhendrickson

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the final review and approval process for feature unit development, ensuring all requirements are met before proceeding.

Core Features & Use Cases

  • Automated Validation: Checks test status, code coverage, and spec compliance.
  • Streamlined Approval: Presents a clear summary for human review and prompts for approval.
  • Use Case: After completing development on a new feature, this Skill can be triggered to automatically verify that all tests are passing, coverage targets are met, and the implementation aligns with the original specification, before asking for a final go-ahead.

Quick Start

Use the final-review skill to approve the implementation for feature ID 'feature-123'.

Frequently Asked Questions about final-review

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

FAQPage Schema
How do I automate the final review and approval workflow for feature unit development?

Automating the final review workflow involves validating implementation against configuration, test results, and spec compliance before prompting for user approval. This process ensures all requirements are met and manages state transitions and cleanup tasks post-approval.

What validation checks are needed before approving a feature unit implementation?

Before approving a feature unit implementation, required validation checks include verifying test status, confirming code coverage targets are met, and ensuring the implementation aligns strictly with the original specification.

Can I trigger a final review to verify test status and spec compliance for a specific feature ID?

Yes, you can trigger a final review for a specific feature ID to automatically verify test status, code coverage, and spec compliance. The system presents a clear summary for human review and prompts for final go-ahead.

What is the best way to manage state transitions after feature development approval?

The best way to manage state transitions after feature development approval is using an automated workflow that validates implementation against configuration and specs. Post-approval, it handles state transitions and executes cleanup tasks automatically.

Why does feature unit approval require checking code coverage and spec compliance?

Feature unit approval requires checking code coverage and spec compliance to ensure the implementation meets all requirements before proceeding. This automated validation prevents incomplete or non-compliant code from advancing in the development workflow.