jira:review

Review linked commits and pull requests for a Jira issue against acceptance criteria.

18|2|Updated Dec 12, 2025
One-click install
npx skills add https://github.com/markus41/claude --skill jira-review-markus41
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira:review
Source: https://github.com/markus41/claude/tree/main/.claude/skills/jira-review
Command: npx skills add https://github.com/markus41/claude --skill jira-review-markus41

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the code review process for Jira issues, ensuring code quality and adherence to requirements before merging.

Core Features & Use Cases

  • Automated Code Analysis: Reviews linked commits and pull requests for quality and correctness.
  • Validation: Checks if tests are passing and acceptance criteria are met.
  • Feedback & Status Updates: Provides actionable feedback and updates the Jira issue status.
  • Use Case: When a developer finishes implementing a feature for a Jira ticket, they can use this skill to automatically review the code, verify tests, and update the ticket status to "In Review".

Quick Start

Use the jira:review skill to review the code for issue PROJ-123.

Frequently Asked Questions about jira:review

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

FAQPage Schema
How do I automate code review for Jira issues linked to commits and pull requests?

Automated code review for Jira issues examines linked commits and pull requests to validate implementation against acceptance criteria. It checks code quality, verifies test coverage, provides feedback, and updates the Jira ticket status to streamline the development workflow.

How do I check if my Jira ticket code changes meet acceptance criteria before merging?

Checking Jira ticket code changes against acceptance criteria involves reviewing linked commits and pull requests for correctness. The process validates that implementation fulfills requirements and ensures tests are passing before updating the ticket status.

Can I automatically update Jira ticket status to In Review after finishing a feature?

Updating Jira ticket status to In Review happens automatically after completing code analysis and test validation. Once a developer finishes implementation, the review process checks linked commits and updates the ticket status to facilitate feedback.

What is the best way to verify test coverage for pull requests tied to Jira tickets?

Verifying test coverage for pull requests tied to Jira tickets requires examining linked commits to ensure tests are passing. The review validates that code changes meet acceptance criteria and confirms test coverage before updating the Jira issue status.

Does this code review workflow work with Jira issues that have linked commits but no pull requests?

The code review workflow examines linked commits and pull requests associated with a specific Jira issue. Validation checks implementation against acceptance criteria and ensures test coverage, providing feedback and updating ticket status regardless of the specific linked artifacts.

Why does my Jira code review fail when acceptance criteria are not met?

Jira code review validation fails when implementation does not meet acceptance criteria defined in the ticket. The review examines linked commits and pull requests to check code quality and test coverage, providing actionable feedback to address gaps before merging.