pr-analysis

Analyze pull request impact on Harness pipelines via MCP tools.

80|16|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/harness/harness-skills --skill pr-analysis-harness
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-analysis
Source: https://github.com/harness/harness-skills/tree/main/skills/pr-analysis
Command: npx skills add https://github.com/harness/harness-skills --skill pr-analysis-harness

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyzes pull request changes to quantify their effect on Harness pipelines, identify affected pipelines, services, and environments, and surface security-focused issues for PR reviews.

Core Features & Use Cases

  • PR impact analysis: map code changes to impacted pipelines, services, and environments.
  • Security-focused PR review: identify secrets or policy violations in the PR and associated manifests.
  • PR to production tracker: monitor merge, build, staging, and production deployment progress across projects.

Quick Start

Provide the repository, PR description, and changed files to get a full PR impact, security review, and production tracking report.

Frequently Asked Questions about pr-analysis

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

FAQPage Schema
How do I analyze pull request impact on Harness pipelines?

To analyze pull request impact on Harness pipelines, you provide the repository, PR description, and changed files. The Skill maps code changes to impacted pipelines, services, and environments using Harness MCP.

Can I track pull request deployments from merge to production across projects?

Yes, you can track pull request deployments from merge to production across projects. The Skill monitors build, staging, and production deployment progress to provide end-to-end tracking status.

How do I perform a security-focused PR review for secrets and policy violations?

To perform a security-focused PR review, the Skill evaluates pull request changes and associated manifests to identify secrets or policy violations, surfacing security issues directly within the PR review report.

Do I need Harness MCP to determine which services and environments are affected by code changes?

Yes, you need Harness MCP v2 to determine affected services and environments. The Skill requires the ability to call MCP tools like harness_list to query pipeline data and output structured impact findings.

What inputs are required to generate a full PR impact and deployment tracking report?

Generating a full PR impact and deployment tracking report requires providing the repository name, PR description, and changed files as inputs to map pipeline effects and surface security issues.