contribbot:pre-submit

Review GitHub Pull Requests for CI status, comments, and security alerts.

12|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/darkingtail/contribbot --skill contribbot-pre-submit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: contribbot:pre-submit
Source: https://github.com/darkingtail/contribbot/tree/main/skills/pre-submit
Command: npx skills add https://github.com/darkingtail/contribbot --skill contribbot-pre-submit

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the pre-submission checks for Pull Requests, ensuring they meet all necessary criteria before merging and saving maintainers valuable time.

Core Features & Use Cases

  • Comprehensive PR Review: Automatically checks PR descriptions, review comments, CI status, and security alerts.
  • Workflow Integration: Links PRs to existing todo items and updates their status.
  • Use Case: Before merging a new feature PR, run this skill to verify that all tests pass, no review comments are outstanding, and no critical security vulnerabilities are present.

Quick Start

Run the pre-submit skill for the current repository and the latest open pull request.

Frequently Asked Questions about contribbot:pre-submit

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

FAQPage Schema
How do I automate pre-submit checks for GitHub pull requests before merging?

Pre-submit checks for GitHub pull requests review PR descriptions, CI status, review comments, and security alerts. You provide the owner/repo and PR number as input for the tool to perform targeted analysis and confirm merge readiness.

What is included in a comprehensive PR review for security and CI status?

A comprehensive PR review for security and CI status checks pull request changes, continuous integration pipeline results, outstanding review comments, and security alerts. This validates that no critical vulnerabilities or failing tests block the merge.

Can I link GitHub pull requests to existing todo management systems?

You can link GitHub pull requests to todo management systems using a pre-submit skill that integrates with task tracking. It updates task statuses automatically based on the pull request progression and merge readiness.

Does the pre-submit PR review require specific repository inputs to run?

The pre-submit PR review requires the owner/repo identifier and the PR number as input to run. Providing these targeted inputs allows the tool to analyze the exact pull request changes and CI status.

What is the best way to verify no outstanding review comments block a PR merge?

The best way to verify no outstanding review comments block a PR merge is to run an automated pre-submission check. This process scans the GitHub pull request to ensure all tests pass and no review comments are unresolved.