wrap-up

Verify project tests and present structured Git integration options.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/jpeggdev/buildwithjpegg --skill wrap-up-jpeggdev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wrap-up
Source: https://github.com/jpeggdev/buildwithjpegg/tree/main/plugins/development-workflow/skills/wrap-up
Command: npx skills add https://github.com/jpeggdev/buildwithjpegg --skill wrap-up-jpeggdev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the final stages of a development task, ensuring code quality and providing clear, actionable options for integrating completed work.

Core Features & Use Cases

  • Test Verification: Automatically confirms that all project tests pass before proceeding.
  • Branch Management: Intelligently determines the correct base branch for merging or PR creation.
  • Structured Options: Presents clear choices for merging locally, creating a Pull Request, keeping the branch, or discarding work.
  • Use Case: After completing a feature, use this skill to automatically run tests, then choose to merge it into main, create a PR, or safely discard the changes if the work is no longer needed.

Quick Start

Use the wrap-up skill to finalize the current development branch.

Frequently Asked Questions about wrap-up

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

FAQPage Schema
How do I finalize a git branch and ensure tests pass before merging?

Finalizing a git branch requires running project-specific test commands to verify passing tests, then selecting structured integration options like merging locally or creating a pull request to ensure code quality before completion.

What is the best way to manage branch completion for a feature or bug fix?

Branch completion for a feature or bug fix involves verifying tests pass and presenting structured options for integration, such as merging to the base branch, creating a PR, keeping the branch, or discarding work.

Can I automatically determine the correct base branch when creating a pull request?

Yes, you can automatically determine the correct base branch when creating a pull request. The workflow intelligently identifies the base branch for merging or PR creation during the finalization stages of development.

Does the pull request workflow support discarding changes if the work is no longer needed?

Yes, the pull request workflow supports discarding changes if the work is no longer needed. After running tests, it presents clear choices including merging locally, creating a PR, keeping the branch, or discarding work.

What should I do if my project tests are failing before I create a PR?

If project tests are failing before you create a PR, you must resolve the failures first. The finalization workflow requires execution of project-specific test commands to confirm passing tests before presenting integration options.