botoolagent-finalize

Automates post-testing PR merge and repository cleanup for BotoolAgent.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Botool-Dev-Team/BotoolAgent --skill botoolagent-finalize
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: botoolagent-finalize
Source: https://github.com/Botool-Dev-Team/BotoolAgent/tree/main/skills/BotoolAgent/Finalize
Command: npx skills add https://github.com/Botool-Dev-Team/BotoolAgent --skill botoolagent-finalize

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Finalize the BotoolAgent development cycle by automatically validating the Testing phase results, merging the PR into the base branch, and cleaning up branches and worktrees to maintain repository hygiene.

Core Features & Use Cases

  • Automates the finalization workflow after Testing, including pre-merge checks, merge execution via the Viewer API, and post-merge cleanup of local and remote artifacts.
  • Generates a concise final summary, triggers Nexus updates, and records the completion status for downstream dashboards.
  • Use Case: When development and testing are finished, trigger the Finalize skill to securely merge, tidy branches, and finalize the project lifecycle.

Quick Start

Run the Finalize skill after the Testing phase completes to automatically merge the PR, update related systems, and clean up branches and worktrees.

Frequently Asked Questions about botoolagent-finalize

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

FAQPage Schema
How do I automate PR merging and branch cleanup after testing completes?

Automate PR merging and branch cleanup by validating testing completion, merging the PR to the base branch via the Viewer API, and cleaning up branches and worktrees to finalize the development cycle.

What is the best way to finalize a deployment pipeline with post-merge actions?

The best way to finalize a deployment pipeline is to run a post-merge action that executes pre-merge checks, triggers Nexus updates, and records completion status for downstream dashboards.

Can I rollback a PR merge after triggering the finalize workflow?

Yes, you can rollback or cancel a PR merge during the finalize workflow, which applies to production-like pipelines where Testing reports are available and a PR exists.

How does automated repository hygiene work when finalizing CI-CD pipelines?

Automated repository hygiene works by cleaning up local and remote artifacts, removing branches and worktrees after merging the PR, and updating YAML-based development-cycle logs.

Do I need testing reports available to automate finalizing a BotoolAgent deployment?

Yes, you need testing reports available to automate finalizing a BotoolAgent deployment, as the workflow validates Testing phase results before executing the PR merge to the base branch.