pelizzai-finish-task

Validate Git repository coverage and seal tasks with metadata-only commits.

Updated Jun 26, 2026
One-click install
npx skills add https://github.com/rpelizza/PelizzAI --skill pelizzai-finish-task
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pelizzai-finish-task
Source: https://github.com/rpelizza/PelizzAI/tree/main/.agents/skills/pelizzai-finish-task
Command: npx skills add https://github.com/rpelizza/PelizzAI --skill pelizzai-finish-task

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill prevents the accidental delivery of incomplete or unvalidated work by acting as a final safety-net gate that ensures all project surfaces are covered and properly sealed before integration.

Core Features & Use Cases

  • Safety-Net Validation: Automatically checks for uncovered security, UI, or documentation surfaces before finalizing a task.
  • Metadata-Only Closure: Seals tasks with a clean, versioned history commit that preserves state without altering product code.
  • Flexible Destination Handling: Manages the final delivery of validated content, including local integration, branch publishing, or automated Pull Request creation.

Quick Start

Use the pelizzai-finish-task skill to perform the final safety check and seal the current validated task for delivery.

Frequently Asked Questions about pelizzai-finish-task

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

FAQPage Schema
How do I validate and seal project tasks before final git deployment?

To validate and seal project tasks, you verify content integrity and coverage on Git repositories to ensure all changes are accounted for and no unreviewed surfaces remain before final delivery.

What is a safety-net validation workflow for finalizing software delivery?

Safety-net validation prevents accidental delivery of incomplete work by automatically checking for uncovered security, UI, or documentation surfaces before finalizing a task phase.

Do I need a clean working tree to finalize and seal a validated task?

Yes, finalizing and sealing a validated task requires a clean Git working tree and adherence to the established harness metadata structure to successfully complete the validation phase.

How does metadata-only closure seal tasks without altering product code?

Metadata-only closure seals tasks with a clean, versioned history commit that preserves state without altering product code, ensuring the final delivery remains untouched during task finalization.

Can I automate pull request creation when finalizing a task phase?

Yes, flexible destination handling manages the final delivery of validated content, allowing you to automate pull request creation, publish branches, or perform local integration upon task completion.

What happens if unreviewed surfaces remain in my git repository?

If unreviewed surfaces remain, the safety-net validation gate blocks the final delivery to prevent the accidental release of incomplete or unvalidated work during the deployment workflow.