Agent Skill · Harness

scorecard-review

Review service maturity scorecards and compliance using Harness IDP via MCP. Check production readiness, security, and documentation scores. Use when user says "scorecard", "service maturity", "production readiness", "compliance score", or asks about service health scores.

Provider: Harness Path in repo: skills/scorecard-review/SKILL.md

Skill body

Scorecard Review

Review service maturity and compliance scorecards using Harness Internal Developer Portal (IDP) via MCP.

Instructions

Step 1: List Catalog Entities

Call MCP tool: harness_list
Parameters:
  resource_type: "idp_entity"
  org_id: "<organization>"
  project_id: "<project>"

Step 2: Get Entity Details

Call MCP tool: harness_get
Parameters:
  resource_type: "idp_entity"
  resource_id: "<entity_id>"

Step 3: Get Scorecard Scores

Call MCP tool: harness_list
Parameters:
  resource_type: "idp_score"
  org_id: "<organization>"
  project_id: "<project>"

Get specific entity score:

Call MCP tool: harness_get
Parameters:
  resource_type: "idp_score"
  resource_id: "<entity_id>"

Step 4: Check Documentation

Call MCP tool: harness_list
Parameters:
  resource_type: "idp_tech_doc"
  org_id: "<organization>"
  project_id: "<project>"

Step 5: Review Workflows

Call MCP tool: harness_list
Parameters:
  resource_type: "idp_workflow"
  org_id: "<organization>"
  project_id: "<project>"

Common Scorecard Categories

Report Format

## Service Scorecard Report

**Service:** <name>
**Overall Score:** X/100

### Category Scores
| Category | Score | Status |
|----------|-------|--------|
| Production Readiness | 85/100 | Pass |
| Security | 70/100 | Needs Work |
| Documentation | 45/100 | Failing |
| Operations | 90/100 | Pass |

### Failing Checks
1. Missing API documentation
2. No SBOM generation configured
3. Test coverage below 80%

### Improvement Actions
1. Add API docs to /docs endpoint
2. Enable SBOM in CI pipeline
3. Increase test coverage to 80%+

IDP Resource Types

Resource Type Operations Description
idp_entity list, get Catalog entities
idp_score list, get Scorecard scores
idp_tech_doc list, get Technical docs
idp_workflow list, get IDP workflows

Examples

Performance Notes

Troubleshooting

No Scores Available

Scores Not Updating

Skill frontmatter

metadata: {"author"=>"Harness", "version"=>"2.0.0", "mcp-server"=>"harness-mcp-v2"} license: Apache-2.0 compatibility: Requires Harness MCP v2 server (harness-mcp-v2)