You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SetDescription("Summarize a Harness pipeline's structure, purpose, and behavior.").
43
+
SetResultDescription("Comprehensive pipeline summary with key details.").
44
+
SetText(`I need you to summarise the pipeline with the input pipeline identifier.
45
+
46
+
1. **What to do?**
47
+
- Fetch any required metadata or definitions for the pipeline.
48
+
- Analyze its configuration and structure.
49
+
- Make the necessary tool calls to get the pipeline related details.
50
+
- Produce a concise, accurate summary of the pipeline's design and behavior.
51
+
52
+
2. **What tools to call?**
53
+
- get_pipeline
54
+
- list_pipelines
55
+
- get_environment
56
+
- get_service
57
+
58
+
3. **Must-have details in the output** (acceptance criteria):
59
+
- **Purpose and Objective**: What this pipeline is designed to accomplish (e.g. "Builds and deploys a Node.js microservice to staging and production.")
60
+
- **High-Level Architecture**: Major components and phases (build, test, security scanning, deployment).
61
+
- **Environment Flow**: How the execution moves through environments.
62
+
- **Key Technologies**: Languages, frameworks, deployment targets, and tools used.
63
+
- **Trigger Conditions**: What events start the pipeline (Git commits, manual triggers, schedules).
64
+
- **Approval Gates**: Any manual approvals required, and who must sign off.
65
+
- **Dependencies**: External dependencies such as environments, infrastructures, connectors, services, other pipelines this one relies on, etc with their ids if available.
66
+
- **Success Criteria**: What defines a successful run.
67
+
68
+
4. **Output format**
69
+
Return the following data ONLY in a markdown format, DO NOT use JSON literals:
0 commit comments