mcp-acceptance

Automate code acceptance with CI tests, headless validation, and PR management.

5|1|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/Disaster-Terminator/RewardsCore --skill mcp-acceptance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcp-acceptance
Source: https://github.com/Disaster-Terminator/RewardsCore/tree/main/.trae/archive/multi-agent/skills/mcp-acceptance
Command: npx skills add https://github.com/Disaster-Terminator/RewardsCore --skill mcp-acceptance

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of accepting code changes by automating the testing and pull request management workflow, ensuring code quality and efficient integration.

Core Features & Use Cases

  • Automated Testing: Executes CI checks, unit tests, and integration tests.
  • Headless Validation: Performs Dev and User headless verification using tools like rscore or python main.py.
  • PR Management: Handles commit submission, pushing to remote, and PR creation.
  • Use Case: After a developer completes a code modification, this Skill can be triggered to automatically run all necessary tests and manage the creation of a pull request for review.

Quick Start

Run the mcp-acceptance skill to execute the automated code acceptance and PR workflow.

Frequently Asked Questions about mcp-acceptance

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

FAQPage Schema
How do I automate pull request creation and code review workflows after completing modifications?

Automating pull request creation and code review workflows involves executing CI checks, unit and integration tests, and headless validation, then handling commit submission and pushing to remote to initiate the PR review process.

What is headless validation in CI automation and when do I need it for code acceptance?

Headless validation in CI automation is the process of running Dev and User verification without a UI, typically using tools like rscore or python main.py, needed to ensure code quality before submitting a pull request.

How to run unit and integration tests automatically before pushing a code commit?

To run unit and integration tests automatically before pushing a commit, trigger a multi-stage acceptance process that orchestrates CI checks and testing sequences to validate code modifications prior to remote submission.

Does this automated code acceptance process work with Python applications?

Yes, the automated code acceptance process works with Python applications by executing headless validation through commands like python main.py to verify application behavior before pull request management.

What are the limitations of automating PR management and acceptance testing?

Limitations of automating PR management and acceptance testing include its dependency on successful multi-stage execution; if CI checks, integration tests, or headless validation via rscore fail, the commit and push workflow halts.

Can I trigger automated testing and PR workflows only when code modification is complete?

Yes, you can trigger automated testing and PR workflows upon code modification completion or through explicit user request, ensuring the multi-stage acceptance process runs only when changes are ready for review.