Skip to main content

Prompt templates

Last updated on

The server includes 27 pre-built prompt templates for common workflows. Clients that support MCP prompts surface these as slash commands or a prompt picker, so you can start a multi-step workflow without composing tool calls by hand.


DevOps

PromptDescription
build-deploy-appEnd-to-end CI/CD: scan a repo, generate a CI pipeline, create a CD pipeline, deploy with auto-retry
debug-pipeline-failureAnalyze a failed execution with stage and step breakdown, failure details, and root cause analysis
create-pipelineGenerate a new pipeline YAML from natural language requirements
create-agentCreate a custom AI agent definition with YAML spec, rules, skills, and MCP servers
onboard-serviceWalk through onboarding a new service with environments and a deployment pipeline
dora-metrics-reviewReview DORA metrics with Elite, High, Medium, and Low classification and improvement recommendations
setup-gitops-applicationGuide through onboarding a GitOps application
chaos-resilience-testDesign a chaos experiment to test service resilience
feature-flag-rolloutPlan and execute a progressive feature flag rollout with safety gates
migrate-pipeline-to-templateAnalyze a pipeline and extract reusable stage and step templates
delegate-health-checkCheck delegate connectivity, health, and token status
developer-portal-scorecardReview IDP scorecards and identify gaps
pending-approvalsFind executions waiting for approval and offer to approve or reject

FinOps

PromptDescription
optimize-costsAnalyze cloud cost data, surface recommendations and anomalies
cloud-cost-breakdownDeep-dive into cloud costs by service, environment, or cluster
commitment-utilization-reviewAnalyze reserved instance and savings plan utilization
cost-anomaly-investigationInvestigate cost anomalies and determine root cause
rightsizing-recommendationsReview and prioritize rightsizing recommendations

DevSecOps

PromptDescription
security-reviewReview security issues and suggest remediations by severity
vulnerability-triageTriage vulnerabilities across pipelines and artifacts
sbom-compliance-checkAudit SBOM and compliance posture for artifacts
supply-chain-auditEnd-to-end software supply chain security audit
security-exemption-reviewReview pending security exemptions for batch decisions
access-control-auditAudit user permissions and enforce least-privilege

Harness Code

PromptDescription
code-reviewReview a pull request with structured feedback on bugs, security, performance, and style
pr-summaryAuto-generate a PR title and description from commit history and diff
branch-cleanupAnalyze branches and recommend stale or merged branches to delete