finish

Run tests, code review, and red-teaming before offering merge or PR options.

10|2|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/raddue/crucible --skill finish-raddue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: finish
Source: https://github.com/raddue/crucible/tree/main/skills/finish
Command: npx skills add https://github.com/raddue/crucible --skill finish-raddue

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

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

Core Features & Use Cases

  • Verification: Ensures all tests pass before proceeding.
  • Code Review: Integrates with a code review sub-skill for comprehensive quality checks.
  • Adversarial Testing: Utilizes a red-teaming sub-skill to find potential vulnerabilities.
  • Integration Options: Presents clear choices for merging, creating a Pull Request, or discarding work.
  • Use Case: After completing a new feature, use this skill to automatically run tests, get a code review, perform security checks, and then decide whether to merge the code locally or create a PR.

Quick Start

Use the finish skill to complete the current development branch.

Frequently Asked Questions about finish

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

FAQPage Schema
How do I verify tests and review code before creating a pull request?

To verify tests and review code before a pull request, this Skill orchestrates a multi-stage quality gate that runs automated testing, mandates code review, and performs red-teaming before presenting merge or PR options.

What is the best way to automate code review and security checks before merging a development branch?

The best way to automate code review and security checks before merging is using a workflow that integrates adversarial red-teaming and mandatory review sub-skills to find vulnerabilities and ensure code quality before integration.

Can I choose between merging locally and creating a pull request after passing development workflow checks?

Yes, you can choose between merging locally and creating a pull request. After tests pass and code review completes, the workflow presents structured, user-guided integration decisions for your completed development branch.

Does the red-teaming code review process work without external testing dependencies?

Yes, the red-teaming code review process works without external testing dependencies. The Skill relies on internal sub-skills and scripts to perform security checks and verification deterministically.

When should I use a multi-stage quality gate for my development workflow integration?

You should use a multi-stage quality gate for development workflow integration when you need robust verification, mandatory code review, and adversarial testing to find vulnerabilities before confidently completing a feature.

What steps are required to complete a git pull request workflow with automated testing?

Steps to complete a git pull request workflow with automated testing include verifying all tests pass, executing mandatory code review, running red-teaming for vulnerabilities, and selecting a structured merge, PR, or cleanup option.