scorecard-review

Retrieve Harness IDP scorecards and entity details via MCP to generate service health reports.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates and standardizes the evaluation of service maturity and compliance by querying scorecards and related docs from Harness IDP through MCP.

Core Features & Use Cases

  • Retrieve and interpret entity details, scorecards, and technical docs for a service.
  • Produce a concise health overview that highlights strengths and gaps in production readiness, security, and documentation.
  • Use Case: A product manager wants to compare two services’ readiness metrics to decide which to promote to production.

Quick Start

Run a scorecard review for a service using Harness IDP via MCP.

Frequently Asked Questions about scorecard-review

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

FAQPage Schema
How do I retrieve service maturity scores from Harness IDP?▼

You can retrieve service maturity scores from Harness IDP by using the harness_list MCP operation for idp_score to query scorecard data, then applying harness_get to extract specific entity compliance details.

What is a scorecard review for production readiness?▼

A scorecard review evaluates service maturity and compliance by extracting entity details, scorecards, and technical documentation via Harness IDP MCP to generate a concise health report highlighting production readiness gaps.

How do I generate a service health report using Harness MCP?▼

Generate a service health report by querying entity details with idp_entity, fetching compliance scores with idp_score, and retrieving technical docs with idp_tech_doc via Harness MCP operations to summarize strengths and gaps.

Can I compare service compliance metrics using Harness IDP?▼

Yes, you can compare service compliance metrics by retrieving scorecard evaluations for multiple entities via Harness IDP MCP, allowing you to contrast production readiness and documentation health between services.

Do I need MCP operations to assess documentation and security compliance?▼

Yes, assessing security and documentation compliance requires MCP operations like harness_list for idp_tech_doc and idp_score to automate the extraction and evaluation of service maturity data from Harness IDP.

What limitations exist when automating scorecard reviews with MCP?▼

Scorecard reviews via MCP are limited to querying existing scorecard configurations and technical documentation within Harness IDP, relying on the availability and correct setup of idp_entity, idp_score, and idp_tech_doc data.