verify-pr

Automates pull request verification and Jira task integration with Python.

10|7|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/RHEcosystemAppEng/sdlc-plugins --skill verify-pr-rhecosystemappeng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify-pr
Source: https://github.com/RHEcosystemAppEng/sdlc-plugins/tree/main/plugins/sdlc-workflow/skills/verify-pr
Command: npx skills add https://github.com/RHEcosystemAppEng/sdlc-plugins --skill verify-pr-rhecosystemappeng

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python3, requests, github3, jira, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the verification of pull requests against their associated Jira tasks, ensuring code quality and adherence to project standards.

Core Features & Use Cases

  • Automated PR Verification: Validates PRs against Jira task acceptance criteria and guardrails.
  • Feedback Classification: Classifies PR review feedback into actionable items.
  • Sub-task Creation: Automatically creates Jira sub-tasks for code changes and issues.
  • Security Checks: Scans for sensitive data in PRs to prevent data breaches.
  • Use Case: Integrate this Skill into your CI pipeline to automatically verify PRs and maintain code quality before merging.

Quick Start

Run the verify-pr skill with the Jira issue ID of the task to be verified.

Frequently Asked Questions about verify-pr

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

FAQPage Schema
How do I automate pull request verification against Jira tasks in my CI pipeline?

Automated pull request verification validates PRs against Jira task acceptance criteria and guardrails. Integrating this into your CI pipeline enforces code quality and project standards before merging.

How does automated PR verification classify review feedback and create issues?

Automated PR verification classifies review feedback into actionable items and automatically creates Jira sub-tasks for required code changes and issues. This ensures tracking and resolution of all identified problems.

Do I need GitHub and Jira access to run automated PR verification for code quality checks?

Yes, you need GitHub and Jira access to run automated PR verification. The process requires these platforms to validate PRs against Jira tasks, perform security scans, and create sub-tasks.

Can automated PR verification scan for sensitive data to prevent security breaches?

Yes, automated PR verification scans for sensitive data in pull requests to prevent security breaches. This security check enforces standards and protects against exposing vulnerabilities before code integration.

What's the best way to integrate Python scripts for Jira issue tracking and PR verification?

The best way to integrate Python scripts for Jira issue tracking and PR verification is running the skill with the Jira issue ID. This automates validation, classifies feedback, and enforces security standards.