phase-6-finalize

Commit, push, and manage pull requests to finalize a plan.

4|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/cuioss/plan-marshall --skill phase-6-finalize
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: phase-6-finalize
Source: https://github.com/cuioss/plan-marshall/tree/main/marketplace/bundles/plan-marshall/skills/phase-6-finalize
Command: npx skills add https://github.com/cuioss/plan-marshall --skill phase-6-finalize

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Phase 6 Finalize skill automates the final shipping of a plan by coordinating git-based delivery, PR handling, and post-merge verification tasks to ensure a plan is ready for archival.

Core Features & Use Cases

  • Finalize phase: commit, push, and PR creation according to configured strategy while ensuring traceability.
  • Automated review and Sonar gate integration to surface issues and triage via PR fixes or loop-backs to phase-5-execute.
  • Knowledge and lessons capture hooks to retain learnings after plan completion, followed by archiving and lesson application if applicable.

Quick Start

Activate this skill to finalize an executed plan by performing commit, push, and PR operations and coordinating downstream verification steps.

Frequently Asked Questions about phase-6-finalize

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

FAQPage Schema
How do I automate git commit, push, and pull request creation for a finalized plan?

You can automate git workflow finalization by executing this skill, which coordinates commit, push, and PR creation using a configured commit strategy. It reads settings from marshal.json to ensure full plan traceability before archiving.

How does Sonar gate integration work during the pull request review process?

Sonar gate integration works by performing an automated code quality roundtrip during the PR review process. It surfaces issues found by Sonar, enabling triage via direct PR fixes or looping back to phase-5-execute for deeper corrections.

Can I capture project lessons and knowledge automatically after a plan is shipped?

Yes, you can capture project lessons and knowledge automatically after shipping. The skill includes hooks for knowledge and lessons retention, utilizing manage-memories and manage-lessons tasks before final plan archiving.

Do I need a specific configuration file format to trigger the CI and finalize workflow?

Yes, you need the marshal.json configuration file and references.json context file to trigger the finalize workflow. These files provide the commit strategy and orchestration context required for coordinating CI and git operations.

What happens when automated review surfaces issues during the git finalization process?

When automated review surfaces issues during finalization, the process supports iterative loops back to phase-5-execute. This allows developers to resolve execution issues before re-attempting the commit and pull request cycle.

What is the best way to manage post-merge verification for a git pull request?

The best way to manage post-merge verification is through coordinated CI and Sonar roundtrips. This skill orchestrates automated review checks against the PR, ensuring code quality gates pass before the plan is marked ready for archival.