finalize

Verify feature readiness, create a pull request, and mark the final stage.

1|Updated Jul 5, 2026
One-click install
npx skills add https://github.com/stoodder/materia --skill finalize-stoodder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: finalize
Source: https://github.com/stoodder/materia/tree/main/plugins/materia/skills/finalize
Command: npx skills add https://github.com/stoodder/materia --skill finalize-stoodder

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, github-api, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill serves as the final checkpoint in the development pipeline, ensuring features are ready for release, triggering pull requests, and marking the final stage of the development process.

Core Features & Use Cases

  • Final Gate Check: Verifies that all tasks are complete and all acceptance criteria are met.
  • Pull Request Creation: Automatically opens a pull request for code review and merging.
  • Documentation and Reporting: Generates detailed reports for review and documentation purposes.
  • Use Case: At the end of the development cycle, run this Skill to confirm that all features are working as expected, create a pull request for review, and finalize the development process.

Quick Start

Execute the 'finalize' command to complete the feature development process and open a pull request.

Frequently Asked Questions about finalize

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

FAQPage Schema
How do I automate pull request creation at the end of a development pipeline?

Automating pull request creation at the end of a development pipeline involves verifying feature readiness, triggering the PR via GitHub API integration, and marking the final stage. This final gate check confirms all tasks and acceptance criteria are met before opening the request.

What is a final gate check in software release workflows?

A final gate check in software release workflows is a checkpoint that verifies all feature tasks are complete and acceptance criteria are met. It ensures feature readiness and triggers code review processes before marking the final development stage.

Do I need Git and GitHub API integration to automate feature verification and PR triggers?

Yes, Git and GitHub API integration are required dependencies to automate feature verification and PR triggers. These integrations enable orchestration for automatic pull request creation, status tracking, and finalizing the development process.

How do I verify feature readiness before triggering a pull request?

Verifying feature readiness before triggering a pull request requires running a final checkpoint that checks task completion against acceptance criteria. Once verified, the pipeline automatically generates review reports and opens the pull request.

Can I generate documentation reports when finalizing a feature release?

Yes, you can generate documentation reports when finalizing a feature release. The finalization process creates detailed reports for code review and documentation purposes alongside opening the pull request and marking the final pipeline stage.