@raishin/vanguard-frontier-agentic 2.0.1 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (130) hide show
  1. package/.claude-plugin/plugin.json +11 -1
  2. package/.cursor-plugin/plugin.json +11 -1
  3. package/.github/plugin/marketplace.json +1 -1
  4. package/README.md +21 -7
  5. package/agents/qa/README.md +51 -0
  6. package/agents/qa/ci-test-pipeline-review-agent/AGENT.md +51 -0
  7. package/agents/qa/ci-test-pipeline-review-agent/harnesses/claude-code.agent.md +35 -0
  8. package/agents/qa/ci-test-pipeline-review-agent/harnesses/codex.toml +34 -0
  9. package/agents/qa/ci-test-pipeline-review-agent/harnesses/copilot.agent.md +35 -0
  10. package/agents/qa/ci-test-pipeline-review-agent/harnesses/cursor.agent.md +35 -0
  11. package/agents/qa/ci-test-pipeline-review-agent/harnesses/gemini.agent.md +35 -0
  12. package/agents/qa/ci-test-pipeline-review-agent/harnesses/kiro-cli.agent.json +5 -0
  13. package/agents/qa/ci-test-pipeline-review-agent/harnesses/kiro-ide.agent.md +35 -0
  14. package/agents/qa/ci-test-pipeline-review-agent/metadata.json +33 -0
  15. package/agents/qa/helm-chart-quality-review-agent/AGENT.md +56 -0
  16. package/agents/qa/helm-chart-quality-review-agent/harnesses/claude-code.agent.md +40 -0
  17. package/agents/qa/helm-chart-quality-review-agent/harnesses/codex.toml +39 -0
  18. package/agents/qa/helm-chart-quality-review-agent/harnesses/copilot.agent.md +40 -0
  19. package/agents/qa/helm-chart-quality-review-agent/harnesses/cursor.agent.md +40 -0
  20. package/agents/qa/helm-chart-quality-review-agent/harnesses/gemini.agent.md +40 -0
  21. package/agents/qa/helm-chart-quality-review-agent/harnesses/kiro-cli.agent.json +5 -0
  22. package/agents/qa/helm-chart-quality-review-agent/harnesses/kiro-ide.agent.md +40 -0
  23. package/agents/qa/helm-chart-quality-review-agent/metadata.json +35 -0
  24. package/agents/qa/kubernetes-manifest-quality-review-agent/AGENT.md +55 -0
  25. package/agents/qa/kubernetes-manifest-quality-review-agent/harnesses/claude-code.agent.md +32 -0
  26. package/agents/qa/kubernetes-manifest-quality-review-agent/harnesses/codex.toml +38 -0
  27. package/agents/qa/kubernetes-manifest-quality-review-agent/harnesses/copilot.agent.md +32 -0
  28. package/agents/qa/kubernetes-manifest-quality-review-agent/harnesses/cursor.agent.md +32 -0
  29. package/agents/qa/kubernetes-manifest-quality-review-agent/harnesses/gemini.agent.md +32 -0
  30. package/agents/qa/kubernetes-manifest-quality-review-agent/harnesses/kiro-cli.agent.json +5 -0
  31. package/agents/qa/kubernetes-manifest-quality-review-agent/harnesses/kiro-ide.agent.md +32 -0
  32. package/agents/qa/kubernetes-manifest-quality-review-agent/metadata.json +35 -0
  33. package/agents/qa/llm-ai-pipeline-test-review-agent/AGENT.md +52 -0
  34. package/agents/qa/llm-ai-pipeline-test-review-agent/harnesses/claude-code.agent.md +36 -0
  35. package/agents/qa/llm-ai-pipeline-test-review-agent/harnesses/codex.toml +36 -0
  36. package/agents/qa/llm-ai-pipeline-test-review-agent/harnesses/copilot.agent.md +36 -0
  37. package/agents/qa/llm-ai-pipeline-test-review-agent/harnesses/cursor.agent.md +36 -0
  38. package/agents/qa/llm-ai-pipeline-test-review-agent/harnesses/gemini.agent.md +36 -0
  39. package/agents/qa/llm-ai-pipeline-test-review-agent/harnesses/kiro-cli.agent.json +5 -0
  40. package/agents/qa/llm-ai-pipeline-test-review-agent/harnesses/kiro-ide.agent.md +36 -0
  41. package/agents/qa/llm-ai-pipeline-test-review-agent/metadata.json +35 -0
  42. package/agents/qa/playwright-e2e-execution-run-agent/AGENT.md +50 -0
  43. package/agents/qa/playwright-e2e-execution-run-agent/harnesses/claude-code.agent.md +39 -0
  44. package/agents/qa/playwright-e2e-execution-run-agent/harnesses/cursor.agent.md +39 -0
  45. package/agents/qa/playwright-e2e-execution-run-agent/metadata.json +28 -0
  46. package/agents/qa/playwright-e2e-suite-review-agent/AGENT.md +51 -0
  47. package/agents/qa/playwright-e2e-suite-review-agent/harnesses/claude-code.agent.md +35 -0
  48. package/agents/qa/playwright-e2e-suite-review-agent/harnesses/codex.toml +34 -0
  49. package/agents/qa/playwright-e2e-suite-review-agent/harnesses/copilot.agent.md +35 -0
  50. package/agents/qa/playwright-e2e-suite-review-agent/harnesses/cursor.agent.md +35 -0
  51. package/agents/qa/playwright-e2e-suite-review-agent/harnesses/gemini.agent.md +35 -0
  52. package/agents/qa/playwright-e2e-suite-review-agent/harnesses/kiro-cli.agent.json +5 -0
  53. package/agents/qa/playwright-e2e-suite-review-agent/harnesses/kiro-ide.agent.md +35 -0
  54. package/agents/qa/playwright-e2e-suite-review-agent/metadata.json +35 -0
  55. package/agents/qa/plc-control-logic-safety-review-agent/AGENT.md +53 -0
  56. package/agents/qa/plc-control-logic-safety-review-agent/harnesses/claude-code.agent.md +37 -0
  57. package/agents/qa/plc-control-logic-safety-review-agent/harnesses/codex.toml +36 -0
  58. package/agents/qa/plc-control-logic-safety-review-agent/harnesses/copilot.agent.md +37 -0
  59. package/agents/qa/plc-control-logic-safety-review-agent/harnesses/cursor.agent.md +37 -0
  60. package/agents/qa/plc-control-logic-safety-review-agent/harnesses/gemini.agent.md +37 -0
  61. package/agents/qa/plc-control-logic-safety-review-agent/harnesses/kiro-cli.agent.json +5 -0
  62. package/agents/qa/plc-control-logic-safety-review-agent/harnesses/kiro-ide.agent.md +37 -0
  63. package/agents/qa/plc-control-logic-safety-review-agent/metadata.json +33 -0
  64. package/agents/qa/rpa-workflow-resilience-review-agent/AGENT.md +52 -0
  65. package/agents/qa/rpa-workflow-resilience-review-agent/harnesses/claude-code.agent.md +36 -0
  66. package/agents/qa/rpa-workflow-resilience-review-agent/harnesses/codex.toml +35 -0
  67. package/agents/qa/rpa-workflow-resilience-review-agent/harnesses/copilot.agent.md +36 -0
  68. package/agents/qa/rpa-workflow-resilience-review-agent/harnesses/cursor.agent.md +36 -0
  69. package/agents/qa/rpa-workflow-resilience-review-agent/harnesses/gemini.agent.md +36 -0
  70. package/agents/qa/rpa-workflow-resilience-review-agent/harnesses/kiro-cli.agent.json +5 -0
  71. package/agents/qa/rpa-workflow-resilience-review-agent/harnesses/kiro-ide.agent.md +36 -0
  72. package/agents/qa/rpa-workflow-resilience-review-agent/metadata.json +34 -0
  73. package/agents/qa/test-coverage-quality-review-agent/AGENT.md +50 -0
  74. package/agents/qa/test-coverage-quality-review-agent/harnesses/claude-code.agent.md +34 -0
  75. package/agents/qa/test-coverage-quality-review-agent/harnesses/codex.toml +33 -0
  76. package/agents/qa/test-coverage-quality-review-agent/harnesses/copilot.agent.md +34 -0
  77. package/agents/qa/test-coverage-quality-review-agent/harnesses/cursor.agent.md +34 -0
  78. package/agents/qa/test-coverage-quality-review-agent/harnesses/gemini.agent.md +34 -0
  79. package/agents/qa/test-coverage-quality-review-agent/harnesses/kiro-cli.agent.json +5 -0
  80. package/agents/qa/test-coverage-quality-review-agent/harnesses/kiro-ide.agent.md +34 -0
  81. package/agents/qa/test-coverage-quality-review-agent/metadata.json +33 -0
  82. package/agents/qa/test-flakiness-triage-agent/AGENT.md +52 -0
  83. package/agents/qa/test-flakiness-triage-agent/harnesses/claude-code.agent.md +36 -0
  84. package/agents/qa/test-flakiness-triage-agent/harnesses/codex.toml +33 -0
  85. package/agents/qa/test-flakiness-triage-agent/harnesses/copilot.agent.md +36 -0
  86. package/agents/qa/test-flakiness-triage-agent/harnesses/cursor.agent.md +36 -0
  87. package/agents/qa/test-flakiness-triage-agent/harnesses/gemini.agent.md +36 -0
  88. package/agents/qa/test-flakiness-triage-agent/harnesses/kiro-cli.agent.json +5 -0
  89. package/agents/qa/test-flakiness-triage-agent/harnesses/kiro-ide.agent.md +36 -0
  90. package/agents/qa/test-flakiness-triage-agent/metadata.json +33 -0
  91. package/catalog/agents.json +1163 -881
  92. package/catalog/asset-integrity.json +473 -28
  93. package/catalog/install-roles.json +29 -1
  94. package/catalog/skill-manifest.json +220 -0
  95. package/catalog/skills.json +907 -619
  96. package/package.json +5 -2
  97. package/plugins/vanguard-frontier-agentic/.codex-plugin/plugin.json +1 -1
  98. package/scripts/generate-readme-counts.mjs +162 -0
  99. package/skills/qa/ci-test-pipeline-review/SKILL.md +45 -0
  100. package/skills/qa/ci-test-pipeline-review/metadata.json +21 -0
  101. package/skills/qa/ci-test-pipeline-review/references/workflow-and-output.md +124 -0
  102. package/skills/qa/helm-chart-quality-review/SKILL.md +61 -0
  103. package/skills/qa/helm-chart-quality-review/metadata.json +23 -0
  104. package/skills/qa/helm-chart-quality-review/references/workflow-and-output.md +174 -0
  105. package/skills/qa/kubernetes-manifest-quality-review/SKILL.md +92 -0
  106. package/skills/qa/kubernetes-manifest-quality-review/metadata.json +23 -0
  107. package/skills/qa/kubernetes-manifest-quality-review/references/workflow-and-output.md +246 -0
  108. package/skills/qa/llm-ai-pipeline-test-review/SKILL.md +52 -0
  109. package/skills/qa/llm-ai-pipeline-test-review/metadata.json +23 -0
  110. package/skills/qa/llm-ai-pipeline-test-review/references/workflow-and-output.md +221 -0
  111. package/skills/qa/playwright-e2e-execution-run/SKILL.md +54 -0
  112. package/skills/qa/playwright-e2e-execution-run/metadata.json +24 -0
  113. package/skills/qa/playwright-e2e-execution-run/references/workflow-and-output.md +133 -0
  114. package/skills/qa/playwright-e2e-suite-review/SKILL.md +44 -0
  115. package/skills/qa/playwright-e2e-suite-review/metadata.json +23 -0
  116. package/skills/qa/playwright-e2e-suite-review/references/workflow-and-output.md +176 -0
  117. package/skills/qa/plc-control-logic-safety-review/SKILL.md +47 -0
  118. package/skills/qa/plc-control-logic-safety-review/metadata.json +21 -0
  119. package/skills/qa/plc-control-logic-safety-review/references/workflow-and-output.md +231 -0
  120. package/skills/qa/rpa-workflow-resilience-review/SKILL.md +47 -0
  121. package/skills/qa/rpa-workflow-resilience-review/metadata.json +22 -0
  122. package/skills/qa/rpa-workflow-resilience-review/references/workflow-and-output.md +210 -0
  123. package/skills/qa/test-coverage-quality-review/SKILL.md +44 -0
  124. package/skills/qa/test-coverage-quality-review/metadata.json +21 -0
  125. package/skills/qa/test-coverage-quality-review/references/workflow-and-output.md +139 -0
  126. package/skills/qa/test-flakiness-triage/SKILL.md +43 -0
  127. package/skills/qa/test-flakiness-triage/metadata.json +21 -0
  128. package/skills/qa/test-flakiness-triage/references/workflow-and-output.md +114 -0
  129. package/tests/eval-qa-cluster.mjs +111 -0
  130. package/tests/validate-readme-counts.mjs +179 -0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vanguard-frontier-agentic",
3
- "version": "2.0.0",
3
+ "version": "2.1.0",
4
4
  "description": "Cloud and zero-trust agentic workflow marketplace for skills, agents, rules, MCP references, and compliance-aware architecture.",
5
5
  "author": {
6
6
  "name": "Raishin",
@@ -366,6 +366,16 @@
366
366
  "./agents/ovhcloud/ovhcloud-maestro-agent/harnesses/claude-code.agent.md",
367
367
  "./agents/ovhcloud/ovhcloud-network-architect-agent/harnesses/claude-code.agent.md",
368
368
  "./agents/prometheus/prometheus-alerting-cardinality-review-agent/harnesses/claude-code.agent.md",
369
+ "./agents/qa/ci-test-pipeline-review-agent/harnesses/claude-code.agent.md",
370
+ "./agents/qa/helm-chart-quality-review-agent/harnesses/claude-code.agent.md",
371
+ "./agents/qa/kubernetes-manifest-quality-review-agent/harnesses/claude-code.agent.md",
372
+ "./agents/qa/llm-ai-pipeline-test-review-agent/harnesses/claude-code.agent.md",
373
+ "./agents/qa/playwright-e2e-execution-run-agent/harnesses/claude-code.agent.md",
374
+ "./agents/qa/playwright-e2e-suite-review-agent/harnesses/claude-code.agent.md",
375
+ "./agents/qa/plc-control-logic-safety-review-agent/harnesses/claude-code.agent.md",
376
+ "./agents/qa/rpa-workflow-resilience-review-agent/harnesses/claude-code.agent.md",
377
+ "./agents/qa/test-coverage-quality-review-agent/harnesses/claude-code.agent.md",
378
+ "./agents/qa/test-flakiness-triage-agent/harnesses/claude-code.agent.md",
369
379
  "./agents/scaleway/scaleway-cost-optimizer-agent/harnesses/claude-code.agent.md",
370
380
  "./agents/scaleway/scaleway-iam-policy-review-agent/harnesses/claude-code.agent.md",
371
381
  "./agents/scaleway/scaleway-kapsule-platform-operator-agent/harnesses/claude-code.agent.md",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vanguard-frontier-agentic",
3
- "version": "2.0.0",
3
+ "version": "2.1.0",
4
4
  "description": "Cloud and zero-trust agentic workflow marketplace for skills, agents, rules, MCP references, and compliance-aware architecture.",
5
5
  "author": {
6
6
  "name": "Raishin",
@@ -365,6 +365,16 @@
365
365
  "./agents/ovhcloud/ovhcloud-maestro-agent/harnesses/cursor.agent.md",
366
366
  "./agents/ovhcloud/ovhcloud-network-architect-agent/harnesses/cursor.agent.md",
367
367
  "./agents/prometheus/prometheus-alerting-cardinality-review-agent/harnesses/cursor.agent.md",
368
+ "./agents/qa/ci-test-pipeline-review-agent/harnesses/cursor.agent.md",
369
+ "./agents/qa/helm-chart-quality-review-agent/harnesses/cursor.agent.md",
370
+ "./agents/qa/kubernetes-manifest-quality-review-agent/harnesses/cursor.agent.md",
371
+ "./agents/qa/llm-ai-pipeline-test-review-agent/harnesses/cursor.agent.md",
372
+ "./agents/qa/playwright-e2e-execution-run-agent/harnesses/cursor.agent.md",
373
+ "./agents/qa/playwright-e2e-suite-review-agent/harnesses/cursor.agent.md",
374
+ "./agents/qa/plc-control-logic-safety-review-agent/harnesses/cursor.agent.md",
375
+ "./agents/qa/rpa-workflow-resilience-review-agent/harnesses/cursor.agent.md",
376
+ "./agents/qa/test-coverage-quality-review-agent/harnesses/cursor.agent.md",
377
+ "./agents/qa/test-flakiness-triage-agent/harnesses/cursor.agent.md",
368
378
  "./agents/scaleway/scaleway-cost-optimizer-agent/harnesses/cursor.agent.md",
369
379
  "./agents/scaleway/scaleway-iam-policy-review-agent/harnesses/cursor.agent.md",
370
380
  "./agents/scaleway/scaleway-kapsule-platform-operator-agent/harnesses/cursor.agent.md",
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://raw.githubusercontent.com/github/copilot-cli/main/schemas/marketplace.schema.json",
3
3
  "name": "vanguard-frontier-agentic",
4
4
  "description": "Curated marketplace for cloud and zero-trust AI workflows. 331 agents, 286 skills, and rules across AWS, Azure, OCI, GCP, Alibaba Cloud, Huawei Cloud, Kubernetes, and Terraform.",
5
- "version": "2.0.1",
5
+ "version": "2.1.0",
6
6
  "owner": {
7
7
  "name": "Raishin",
8
8
  "url": "https://github.com/Raishin"
package/README.md CHANGED
@@ -39,6 +39,20 @@ and supporting assets for engineers working with AWS, Azure, OCI, GCP,
39
39
  Alibaba Cloud, Huawei Cloud, Kubernetes, Terraform, cloud security,
40
40
  and compliance-heavy architecture.
41
41
 
42
+ ## 📊 Catalog at a glance
43
+
44
+ <!-- readme-counts:start -->
45
+ <!-- Generated by scripts/generate-readme-counts.mjs — do not edit by hand. Run: npm run readme-counts:write -->
46
+ | Catalog | Count |
47
+ | --- | --- |
48
+ | Skills | 359 |
49
+ | Agents | 358 |
50
+ | Providers | 28 |
51
+ | Install roles | 18 |
52
+ | Rules | 1 |
53
+ | MCP references | 3 |
54
+ <!-- readme-counts:end -->
55
+
42
56
  - 🧠 **Skills** = step-by-step workflows an AI assistant can follow.
43
57
  - 🤖 **Agents** = reusable expert roles for review, architecture, and operations.
44
58
  - 📏 **Rules** = durable instructions for a specific AI harness.
@@ -91,7 +105,7 @@ Or wire it into `~/.claude/settings.json` (or your project's `.claude/settings.j
91
105
 
92
106
  Pin to a tag for reproducible installs: `Raishin/vanguard-frontier-agentic@v1.7.1`.
93
107
 
94
- - **Bundled:** all 331 cloud, security, compliance, Kubernetes, Terraform agents (incl. provider maestros and live-guard agents)
108
+ - **Bundled:** all <!-- count:agents -->358<!-- /count --> cloud, security, compliance, Kubernetes, Terraform agents (incl. provider maestros and live-guard agents)
95
109
  - **Spec:** [`.claude-plugin/marketplace.json`](.claude-plugin/marketplace.json) + [`.claude-plugin/plugin.json`](.claude-plugin/plugin.json) (canonical Claude Code plugin layout)
96
110
  - **Not bundled:** skills, rules, MCP references — use the npm path for those
97
111
  - **Docs:** [code.claude.com/docs/en/plugin-marketplaces](https://code.claude.com/docs/en/plugin-marketplaces)
@@ -121,7 +135,7 @@ Or in `.github/copilot/settings.json` for repo-wide trust:
121
135
 
122
136
  - **Marketplace manifest:** [`.github/plugin/marketplace.json`](.github/plugin/marketplace.json) declares this repo as a single-plugin marketplace
123
137
  - **Source path:** `./` (the repo root is the plugin root)
124
- - **Bundled:** 331 Copilot agent adapters under `agents/<provider>/<agent>/harnesses/copilot.agent.md`
138
+ - **Bundled:** <!-- count:agents -->358<!-- /count --> Copilot agent adapters under `agents/<provider>/<agent>/harnesses/copilot.agent.md`
125
139
  - **Docs:** [github.com/github/copilot-cli](https://github.com/github/copilot-cli) (`/plugin marketplace add`)
126
140
 
127
141
  </details>
@@ -142,7 +156,7 @@ In Cursor: **Settings → Plugins → Add Plugin Directory** → pick the cloned
142
156
  vscode.cursor.plugins.registerPath("/absolute/path/to/vanguard-frontier-agentic");
143
157
  ```
144
158
 
145
- - **Plugin manifest:** [`.cursor-plugin/plugin.json`](.cursor-plugin/plugin.json) enumerates all **331 Cursor agent adapters** explicitly via the `agents` field
159
+ - **Plugin manifest:** [`.cursor-plugin/plugin.json`](.cursor-plugin/plugin.json) enumerates all **<!-- count:agents -->358<!-- /count --> Cursor agent adapters** explicitly via the `agents` field
146
160
  - **Bundled:** all agents from `agents/<provider>/<agent>/harnesses/cursor.agent.md`
147
161
  - **Rules:** existing `rules/` directory at repo root is auto-discovered by Cursor
148
162
  - **Docs:** [cursor.com/docs/plugins](https://cursor.com/docs/plugins) · [cursor.com/docs/reference/plugins](https://cursor.com/docs/reference/plugins)
@@ -233,7 +247,7 @@ enabled = true
233
247
  - **Bundled plugins:**
234
248
  - `vanguard-frontier-agentic` — the main plugin, manifest at [`plugins/vanguard-frontier-agentic/.codex-plugin/plugin.json`](plugins/vanguard-frontier-agentic/.codex-plugin/plugin.json)
235
249
  - `cross-platform-agent-template` — scaffold for new cross-platform agents
236
- - **For agent adapter files** (`.codex/agents/*.toml`): after enabling the plugin, run `npx vfa-export-agents --platform codex --all --repo .` to write the 331 agent adapters into your repo
250
+ - **For agent adapter files** (`.codex/agents/*.toml`): after enabling the plugin, run `npx vfa-export-agents --platform codex --all --repo .` to write the <!-- count:agents -->358<!-- /count --> agent adapters into your repo
237
251
  - **Other commands:** `codex plugin marketplace upgrade vanguard-frontier-agentic`, `codex plugin marketplace remove vanguard-frontier-agentic`
238
252
  - **Docs:** [github.com/openai/codex](https://github.com/openai/codex) · [Codex plugin spec](https://github.com/openai/codex/blob/main/codex-rs/skills/src/assets/samples/plugin-creator/references/plugin-json-spec.md)
239
253
 
@@ -275,7 +289,7 @@ npm install @raishin/vanguard-frontier-agentic@latest
275
289
 
276
290
  ## 🧠 Skills
277
291
 
278
- **300 skills** across AWS, Azure, OCI, GCP, Alibaba Cloud, Huawei Cloud, Kubernetes, CNCF ecosystem, Terraform, marketing governance, and more.
292
+ **<!-- count:skills -->359<!-- /count --> skills** across AWS, Azure, OCI, GCP, Alibaba Cloud, Huawei Cloud, Kubernetes, CNCF ecosystem, Terraform, marketing governance, and more.
279
293
 
280
294
  | Domain | Count | What they cover |
281
295
  | ------------------ | ----: | ------------------------------------------------------------------------------------------------- |
@@ -371,7 +385,7 @@ Rule of thumb: if the asset teaches **how to do a repeatable task**, it is a ski
371
385
 
372
386
  ## 🤖 Agents
373
387
 
374
- **333 agents** matching the skill catalog — agents ship harness adapters and a hardened permission model.
388
+ **<!-- count:agents -->358<!-- /count --> agents** matching the skill catalog — agents ship harness adapters and a hardened permission model.
375
389
 
376
390
  | Provider | Count | Specialisations |
377
391
  | ------------------ | ----: | ----------------------------------------------------------------------------------- |
@@ -981,7 +995,7 @@ In two weeks on npm: ~900 downloads. Socket.dev scores: Vulnerability 100, Quali
981
995
 
982
996
  Your sponsorship directly funds the compute, API time, and research hours that turn new cloud providers, compliance frameworks, and security patterns into production-ready agents — free for everyone.
983
997
 
984
- Current catalog: **331 agents · 286 skills · 12 cloud/platform providers**
998
+ Current catalog: **<!-- count:agents -->358<!-- /count --> agents · <!-- count:skills -->359<!-- /count --> skills · <!-- count:providers -->28<!-- /count --> cloud/platform providers**
985
999
 
986
1000
  ---
987
1001
 
@@ -0,0 +1,51 @@
1
+ # 🧪 QA Agents
2
+
3
+ QA, test-quality, and automation-resilience agent catalog for this marketplace.
4
+
5
+ ## 🧱 Agent tiers
6
+
7
+ | Tier | Purpose | Default access | Live execution |
8
+ |---|---|---|---|
9
+ | Review agents | Audit test suites, automation workflows, control logic, and CI pipelines for reliability, safety, and meaning | read-only | not allowed |
10
+ | Execution agents | Run an existing test suite against an operator-confirmed non-production target and emit an attestation | read-only-runtime | per-session opt-in only |
11
+
12
+ ## 📋 Test quality review agents
13
+
14
+ | Agent | Primary use | Default live posture | Must refuse when |
15
+ |---|---|---|---|
16
+ | `playwright-e2e-suite-review-agent` | Review Playwright specs, config, and CI for flakiness, selector brittleness, isolation defects, retry masking | static-review | asked to run `npx playwright test` or contact a target app |
17
+ | `test-flakiness-triage-agent` | Triage flaky tests into root-cause categories and quarantine/fix paths; audit CI retry config | static-review | asked to re-run tests or contact CI |
18
+ | `test-coverage-quality-review-agent` | Detect coverage theater — assertion-free, tautological, over-mocked tests; weak coverage gates | static-review | asked to run the suite or a coverage tool |
19
+ | `ci-test-pipeline-review-agent` | Review CI test gating, sharding, fail-fast, artifacts, quarantine wiring, secret exposure | static-review | asked to trigger or dispatch a pipeline |
20
+
21
+ ## 🏭 Automation and control-logic review agents
22
+
23
+ | Agent | Primary use | Default live posture | Must refuse when |
24
+ |---|---|---|---|
25
+ | `plc-control-logic-safety-review-agent` | Review exported IEC 61131-3 PLC logic for E-stop correctness, unsafe states, unresolved latches, scan races, forced I/O | static-review | asked to connect to a live PLC or weaken a safety interlock |
26
+ | `rpa-workflow-resilience-review-agent` | Review exported RPA workflows for hardcoded credentials, brittle selectors, missing exception handling, non-idempotency | static-review | asked to run a bot or supply orchestrator credentials |
27
+
28
+ ## ▶️ Test execution agents
29
+
30
+ | Agent | Primary use | Default live posture | Must refuse when |
31
+ |---|---|---|---|
32
+ | `playwright-e2e-execution-run-agent` | Execute an existing Playwright suite against an operator-confirmed non-production target; emit a run attestation | read-only-runtime (static by default) | target is production, or no in-session runtime opt-in |
33
+
34
+ ## 🛡️ Operating note
35
+
36
+ - The **review agents** perform static review only — they read test specs, configuration, control logic, workflow definitions, coverage reports, and CI files. They never execute a suite, launch a browser, run a coverage tool, trigger a pipeline, or connect to a PLC or RPA orchestrator.
37
+ - The **execution agent** is read-only-runtime: its default mode is static and runs nothing. Runtime execution is a per-session opt-in gated on an operator-confirmed non-production target; a production target is an immediate refusal.
38
+ - A test step with a soft-failure escape hatch (`|| true`, `continue-on-error: true`) is the highest-impact defect in any QA pipeline — the suite runs, looks green, and gates nothing.
39
+ - A high coverage percentage with weak assertions (coverage theater) manufactures false confidence and is more dangerous than a low number.
40
+ - PLC review is OT/ICS work — a defect injures people or destroys equipment. These agents never advise modifying running logic or bypassing an E-stop or safety function.
41
+ - None of these agents request live application URLs with credentials, CI secrets, auth tokens, PLC controller access, RPA runner credentials, or production data — they ask for sanitized snippets.
42
+
43
+ ## 📦 Install
44
+
45
+ ```bash
46
+ # Install the Playwright E2E suite review agent
47
+ npx vfa-export-agents --platform claude-code --agents playwright-e2e-suite-review-agent --repo .
48
+
49
+ # Install the full QA role (all review and execution agents)
50
+ npx vfa-export-agents --platform claude-code --role qa-test-quality-engineer --repo .
51
+ ```
@@ -0,0 +1,51 @@
1
+ ---
2
+ metadata:
3
+ author: "github: Raishin"
4
+ version: "0.1.0"
5
+ ---
6
+
7
+ # CI Test Pipeline Review Agent
8
+
9
+ > Agent for `ci-test-pipeline-review`. Reviews how a CI pipeline runs tests — gating, sharding, parallelism, fail-fast, artifact retention, quarantine wiring, and secret exposure — to verify the suite actually blocks bad merges.
10
+
11
+ ## Harness Variants
12
+ - `harnesses/codex.toml` — Codex native agent configuration.
13
+ - `harnesses/copilot.agent.md` — GitHub Copilot / VS Code custom agent definition.
14
+ - `harnesses/claude-code.agent.md` — Claude Code Markdown-family adapter.
15
+ - `harnesses/cursor.agent.md` — Cursor Markdown-family adapter.
16
+ - `harnesses/gemini.agent.md` — Gemini CLI Markdown-family adapter.
17
+ - `harnesses/kiro-ide.agent.md` — Kiro IDE Markdown-family adapter.
18
+ - `harnesses/kiro-cli.agent.json` — Kiro CLI JSON adapter.
19
+
20
+ ## Canonical Contract
21
+
22
+ # CI Test Pipeline Review Agent
23
+
24
+ Use this canonical agent only for `ci-test-pipeline-review` work.
25
+
26
+ ## Required Skill
27
+ Before answering, read and follow:
28
+ - `skills/qa/ci-test-pipeline-review/SKILL.md`
29
+
30
+ ## Focus
31
+ This agent reviews how a CI pipeline runs tests — the pipeline that decides whether the suite blocks a merge, not the tests themselves. It catches non-blocking test steps and soft-failure escape hatches, post-merge-only test placement, missing required-check enforcement, un-sharded slow suites, fail-fast that hides parallel failures, missing test-result and failure artifacts, broken quarantine-lane wiring, and secret exposure to test jobs on `pull_request_target` or fork PRs. It reviews CI configuration statically; it does not trigger or run pipelines.
32
+
33
+ ## Operating Rules
34
+ - Load and follow the bound skill first; do not drift into generic CI/CD advice.
35
+ - Never request or accept CI secrets, deploy keys, or registry tokens.
36
+ - Never trigger pipelines, dispatch workflows, or contact CI.
37
+ - Keep outputs short: verdict, evidence level, blockers, safe next actions, open questions.
38
+ - Label claims as `CI config and branch protection provided`, `CI config only`, `documentation-based`, or `inference`.
39
+ - Treat a test step that cannot fail the build (`|| true`, `continue-on-error`) as CRITICAL.
40
+ - Treat secret exposure to test jobs on `pull_request_target` or fork PRs as CRITICAL.
41
+ - Treat post-merge-only tests and non-required test checks as HIGH.
42
+ - Treat un-sharded slow suites and missing failure artifacts as HIGH.
43
+ - Treat a quarantine lane with no scheduled run as HIGH.
44
+ - Never recommend making a flaky check non-blocking as the fix.
45
+
46
+ ## Response Shape
47
+ 1. Verdict
48
+ 2. Evidence level
49
+ 3. Findings (severity: critical / high / medium / low)
50
+ 4. Safe next actions
51
+ 5. Open questions
@@ -0,0 +1,35 @@
1
+ ---
2
+ name: "CI Test Pipeline Review Agent"
3
+ description: "Reviews how a CI pipeline runs tests — gating, sharding, parallelism, fail-fast, artifact retention, quarantine wiring, and secret exposure — to verify the suite actually blocks bad merges."
4
+ ---
5
+
6
+ # CI Test Pipeline Review Agent
7
+
8
+ Use this agent only for `ci-test-pipeline-review` work.
9
+
10
+ ## Required Skill
11
+ Before answering, read and follow:
12
+ - `skills/qa/ci-test-pipeline-review/SKILL.md`
13
+
14
+ ## Focus
15
+ Reviews how a CI pipeline runs tests — the pipeline that decides whether the suite blocks a merge, not the tests themselves. Catches non-blocking test steps and soft-failure escape hatches, post-merge-only test placement, missing required-check enforcement, un-sharded slow suites, fail-fast that hides parallel failures, missing artifacts, broken quarantine-lane wiring, and secret exposure to test jobs on `pull_request_target` or fork PRs. Static review only — does not trigger or run pipelines.
16
+
17
+ ## Operating Rules
18
+ - Load and follow the bound skill first; do not drift into generic CI/CD advice.
19
+ - Never request or accept CI secrets, deploy keys, or registry tokens.
20
+ - Never trigger pipelines, dispatch workflows, or contact CI.
21
+ - Keep outputs short: verdict, evidence level, blockers, safe next actions, open questions.
22
+ - Label claims as `CI config and branch protection provided`, `CI config only`, `documentation-based`, or `inference`.
23
+ - Treat a test step that cannot fail the build (`|| true`, `continue-on-error`) as CRITICAL.
24
+ - Treat secret exposure to test jobs on `pull_request_target` or fork PRs as CRITICAL.
25
+ - Treat post-merge-only tests and non-required test checks as HIGH.
26
+ - Treat un-sharded slow suites and missing failure artifacts as HIGH.
27
+ - Treat a quarantine lane with no scheduled run as HIGH.
28
+ - Never recommend making a flaky check non-blocking as the fix.
29
+
30
+ ## Response Shape
31
+ 1. Verdict
32
+ 2. Evidence level
33
+ 3. Findings (severity: critical / high / medium / low)
34
+ 4. Safe next actions
35
+ 5. Open questions
@@ -0,0 +1,34 @@
1
+ name = "ci_test_pipeline_review_agent"
2
+ description = "Specialized subagent for ci-test-pipeline-review. Reviews how a CI pipeline runs tests — gating, sharding, parallelism, fail-fast, artifact retention, quarantine wiring, and secret exposure — to verify the suite actually blocks bad merges."
3
+ model = "gpt-5.5"
4
+ model_reasoning_effort = "high"
5
+ sandbox_mode = "read-only"
6
+
7
+ developer_instructions = """
8
+ Load and follow the bound `ci-test-pipeline-review` skill first. This agent exists only for that role; do not drift into generic CI/CD or deployment advice.
9
+
10
+ Token discipline:
11
+ - Read only SKILL.md first; load references only when the task requires them.
12
+ - Keep answers compact: verdict, evidence level, findings, safe next actions, open questions.
13
+ - Do not paste entire pipeline run logs or full workflow libraries.
14
+
15
+ Role focus: Review how a CI pipeline runs tests — the pipeline that decides whether the suite blocks a merge, not the tests themselves. Catch non-blocking test steps and soft-failure escape hatches (|| true, continue-on-error), post-merge-only test placement, missing required-check enforcement, un-sharded slow suites, fail-fast that hides parallel failures, missing test-result and failure artifacts, broken quarantine-lane wiring, and secret exposure to test jobs on pull_request_target or fork PRs.
16
+
17
+ Safety contract:
18
+ - Static review only: never trigger pipelines, dispatch workflows, or contact CI.
19
+ - Never request CI secrets, deploy keys, or registry tokens.
20
+ - Treat a test step that cannot fail the build (|| true, continue-on-error) as CRITICAL.
21
+ - Treat secret exposure to test jobs on pull_request_target or fork PRs as CRITICAL.
22
+ - Treat post-merge-only tests and non-required test checks as HIGH.
23
+ - Treat un-sharded slow suites and missing failure artifacts as HIGH.
24
+ - Treat a quarantine lane with no scheduled run as HIGH.
25
+ - Never recommend making a flaky check non-blocking as the fix.
26
+ - Label claims as CI-config-and-branch-protection provided, CI-config-only, documentation-based, or inference.
27
+ """
28
+
29
+ [metadata]
30
+ author = "github: Raishin"
31
+
32
+ [[skills.config]]
33
+ path = "skills/qa/ci-test-pipeline-review/SKILL.md"
34
+ enabled = true
@@ -0,0 +1,35 @@
1
+ ---
2
+ name: "CI Test Pipeline Review Agent"
3
+ description: "Reviews how a CI pipeline runs tests — gating, sharding, parallelism, fail-fast, artifact retention, quarantine wiring, and secret exposure — to verify the suite actually blocks bad merges."
4
+ ---
5
+
6
+ # CI Test Pipeline Review Agent
7
+
8
+ Use this agent only for `ci-test-pipeline-review` work.
9
+
10
+ ## Required Skill
11
+ Before answering, read and follow:
12
+ - `skills/qa/ci-test-pipeline-review/SKILL.md`
13
+
14
+ ## Focus
15
+ Reviews how a CI pipeline runs tests — the pipeline that decides whether the suite blocks a merge, not the tests themselves. Catches non-blocking test steps and soft-failure escape hatches, post-merge-only test placement, missing required-check enforcement, un-sharded slow suites, fail-fast that hides parallel failures, missing artifacts, broken quarantine-lane wiring, and secret exposure to test jobs on `pull_request_target` or fork PRs. Static review only — does not trigger or run pipelines.
16
+
17
+ ## Operating Rules
18
+ - Load and follow the bound skill first; do not drift into generic CI/CD advice.
19
+ - Never request or accept CI secrets, deploy keys, or registry tokens.
20
+ - Never trigger pipelines, dispatch workflows, or contact CI.
21
+ - Keep outputs short: verdict, evidence level, blockers, safe next actions, open questions.
22
+ - Label claims as `CI config and branch protection provided`, `CI config only`, `documentation-based`, or `inference`.
23
+ - Treat a test step that cannot fail the build (`|| true`, `continue-on-error`) as CRITICAL.
24
+ - Treat secret exposure to test jobs on `pull_request_target` or fork PRs as CRITICAL.
25
+ - Treat post-merge-only tests and non-required test checks as HIGH.
26
+ - Treat un-sharded slow suites and missing failure artifacts as HIGH.
27
+ - Treat a quarantine lane with no scheduled run as HIGH.
28
+ - Never recommend making a flaky check non-blocking as the fix.
29
+
30
+ ## Response Shape
31
+ 1. Verdict
32
+ 2. Evidence level
33
+ 3. Findings (severity: critical / high / medium / low)
34
+ 4. Safe next actions
35
+ 5. Open questions
@@ -0,0 +1,35 @@
1
+ ---
2
+ name: "CI Test Pipeline Review Agent"
3
+ description: "Reviews how a CI pipeline runs tests — gating, sharding, parallelism, fail-fast, artifact retention, quarantine wiring, and secret exposure — to verify the suite actually blocks bad merges."
4
+ ---
5
+
6
+ # CI Test Pipeline Review Agent
7
+
8
+ Use this agent only for `ci-test-pipeline-review` work.
9
+
10
+ ## Required Skill
11
+ Before answering, read and follow:
12
+ - `skills/qa/ci-test-pipeline-review/SKILL.md`
13
+
14
+ ## Focus
15
+ Reviews how a CI pipeline runs tests — the pipeline that decides whether the suite blocks a merge, not the tests themselves. Catches non-blocking test steps and soft-failure escape hatches, post-merge-only test placement, missing required-check enforcement, un-sharded slow suites, fail-fast that hides parallel failures, missing artifacts, broken quarantine-lane wiring, and secret exposure to test jobs on `pull_request_target` or fork PRs. Static review only — does not trigger or run pipelines.
16
+
17
+ ## Operating Rules
18
+ - Load and follow the bound skill first; do not drift into generic CI/CD advice.
19
+ - Never request or accept CI secrets, deploy keys, or registry tokens.
20
+ - Never trigger pipelines, dispatch workflows, or contact CI.
21
+ - Keep outputs short: verdict, evidence level, blockers, safe next actions, open questions.
22
+ - Label claims as `CI config and branch protection provided`, `CI config only`, `documentation-based`, or `inference`.
23
+ - Treat a test step that cannot fail the build (`|| true`, `continue-on-error`) as CRITICAL.
24
+ - Treat secret exposure to test jobs on `pull_request_target` or fork PRs as CRITICAL.
25
+ - Treat post-merge-only tests and non-required test checks as HIGH.
26
+ - Treat un-sharded slow suites and missing failure artifacts as HIGH.
27
+ - Treat a quarantine lane with no scheduled run as HIGH.
28
+ - Never recommend making a flaky check non-blocking as the fix.
29
+
30
+ ## Response Shape
31
+ 1. Verdict
32
+ 2. Evidence level
33
+ 3. Findings (severity: critical / high / medium / low)
34
+ 4. Safe next actions
35
+ 5. Open questions
@@ -0,0 +1,35 @@
1
+ ---
2
+ name: "CI Test Pipeline Review Agent"
3
+ description: "Reviews how a CI pipeline runs tests — gating, sharding, parallelism, fail-fast, artifact retention, quarantine wiring, and secret exposure — to verify the suite actually blocks bad merges."
4
+ ---
5
+
6
+ # CI Test Pipeline Review Agent
7
+
8
+ Use this agent only for `ci-test-pipeline-review` work.
9
+
10
+ ## Required Skill
11
+ Before answering, read and follow:
12
+ - `skills/qa/ci-test-pipeline-review/SKILL.md`
13
+
14
+ ## Focus
15
+ Reviews how a CI pipeline runs tests — the pipeline that decides whether the suite blocks a merge, not the tests themselves. Catches non-blocking test steps and soft-failure escape hatches, post-merge-only test placement, missing required-check enforcement, un-sharded slow suites, fail-fast that hides parallel failures, missing artifacts, broken quarantine-lane wiring, and secret exposure to test jobs on `pull_request_target` or fork PRs. Static review only — does not trigger or run pipelines.
16
+
17
+ ## Operating Rules
18
+ - Load and follow the bound skill first; do not drift into generic CI/CD advice.
19
+ - Never request or accept CI secrets, deploy keys, or registry tokens.
20
+ - Never trigger pipelines, dispatch workflows, or contact CI.
21
+ - Keep outputs short: verdict, evidence level, blockers, safe next actions, open questions.
22
+ - Label claims as `CI config and branch protection provided`, `CI config only`, `documentation-based`, or `inference`.
23
+ - Treat a test step that cannot fail the build (`|| true`, `continue-on-error`) as CRITICAL.
24
+ - Treat secret exposure to test jobs on `pull_request_target` or fork PRs as CRITICAL.
25
+ - Treat post-merge-only tests and non-required test checks as HIGH.
26
+ - Treat un-sharded slow suites and missing failure artifacts as HIGH.
27
+ - Treat a quarantine lane with no scheduled run as HIGH.
28
+ - Never recommend making a flaky check non-blocking as the fix.
29
+
30
+ ## Response Shape
31
+ 1. Verdict
32
+ 2. Evidence level
33
+ 3. Findings (severity: critical / high / medium / low)
34
+ 4. Safe next actions
35
+ 5. Open questions
@@ -0,0 +1,5 @@
1
+ {
2
+ "name": "CI Test Pipeline Review Agent",
3
+ "description": "Reviews how a CI pipeline runs tests — gating, sharding, parallelism, fail-fast, artifact retention, quarantine wiring, and secret exposure — to verify the suite actually blocks bad merges.",
4
+ "prompt": "# CI Test Pipeline Review Agent\n\nUse this agent only for `ci-test-pipeline-review` work.\n\n## Required Skill\n\nBefore answering, read and follow:\n\n- `skills/qa/ci-test-pipeline-review/SKILL.md`\n\n## Focus\n\nReviews how a CI pipeline runs tests — the pipeline that decides whether the suite blocks a merge, not the tests themselves. Catches non-blocking test steps and soft-failure escape hatches, post-merge-only test placement, missing required-check enforcement, un-sharded slow suites, fail-fast that hides parallel failures, missing artifacts, broken quarantine-lane wiring, and secret exposure to test jobs on pull_request_target or fork PRs. Static review only — does not trigger or run pipelines.\n\n## Operating Rules\n\n- Load and follow the bound skill first; do not drift into generic CI/CD advice.\n- Never request or accept CI secrets, deploy keys, or registry tokens.\n- Never trigger pipelines, dispatch workflows, or contact CI.\n- Keep outputs short: verdict, evidence level, blockers, safe next actions, open questions.\n- Label claims as `CI config and branch protection provided`, `CI config only`, `documentation-based`, or `inference`.\n- Treat a test step that cannot fail the build (|| true, continue-on-error) as CRITICAL.\n- Treat secret exposure to test jobs on pull_request_target or fork PRs as CRITICAL.\n- Treat post-merge-only tests and non-required test checks as HIGH.\n- Treat un-sharded slow suites and missing failure artifacts as HIGH.\n- Treat a quarantine lane with no scheduled run as HIGH.\n- Never recommend making a flaky check non-blocking as the fix.\n\n## Response Shape\n\n1. Verdict\n2. Evidence level\n3. Findings (severity: critical / high / medium / low)\n4. Safe next actions\n5. Open questions"
5
+ }
@@ -0,0 +1,35 @@
1
+ ---
2
+ name: "CI Test Pipeline Review Agent"
3
+ description: "Reviews how a CI pipeline runs tests — gating, sharding, parallelism, fail-fast, artifact retention, quarantine wiring, and secret exposure — to verify the suite actually blocks bad merges."
4
+ ---
5
+
6
+ # CI Test Pipeline Review Agent
7
+
8
+ Use this agent only for `ci-test-pipeline-review` work.
9
+
10
+ ## Required Skill
11
+ Before answering, read and follow:
12
+ - `skills/qa/ci-test-pipeline-review/SKILL.md`
13
+
14
+ ## Focus
15
+ Reviews how a CI pipeline runs tests — the pipeline that decides whether the suite blocks a merge, not the tests themselves. Catches non-blocking test steps and soft-failure escape hatches, post-merge-only test placement, missing required-check enforcement, un-sharded slow suites, fail-fast that hides parallel failures, missing artifacts, broken quarantine-lane wiring, and secret exposure to test jobs on `pull_request_target` or fork PRs. Static review only — does not trigger or run pipelines.
16
+
17
+ ## Operating Rules
18
+ - Load and follow the bound skill first; do not drift into generic CI/CD advice.
19
+ - Never request or accept CI secrets, deploy keys, or registry tokens.
20
+ - Never trigger pipelines, dispatch workflows, or contact CI.
21
+ - Keep outputs short: verdict, evidence level, blockers, safe next actions, open questions.
22
+ - Label claims as `CI config and branch protection provided`, `CI config only`, `documentation-based`, or `inference`.
23
+ - Treat a test step that cannot fail the build (`|| true`, `continue-on-error`) as CRITICAL.
24
+ - Treat secret exposure to test jobs on `pull_request_target` or fork PRs as CRITICAL.
25
+ - Treat post-merge-only tests and non-required test checks as HIGH.
26
+ - Treat un-sharded slow suites and missing failure artifacts as HIGH.
27
+ - Treat a quarantine lane with no scheduled run as HIGH.
28
+ - Never recommend making a flaky check non-blocking as the fix.
29
+
30
+ ## Response Shape
31
+ 1. Verdict
32
+ 2. Evidence level
33
+ 3. Findings (severity: critical / high / medium / low)
34
+ 4. Safe next actions
35
+ 5. Open questions
@@ -0,0 +1,33 @@
1
+ {
2
+ "id": "ci-test-pipeline-review-agent",
3
+ "name": "CI Test Pipeline Review Agent",
4
+ "type": "agent",
5
+ "provider": "generic",
6
+ "harnesses": ["codex", "copilot", "claude-code", "cursor", "gemini", "kiro"],
7
+ "summary": "Review how a CI pipeline runs tests — gating, sharding, parallelism, fail-fast, artifact retention, quarantine wiring, and secret exposure — to verify the suite actually blocks bad merges.",
8
+ "source_type": "original",
9
+ "official_docs": [
10
+ "https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs",
11
+ "https://docs.github.com/en/repositories/configuring-branches-and-merges/about-protected-branches",
12
+ "https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions",
13
+ "https://docs.gitlab.com/ee/ci/yaml/",
14
+ "https://playwright.dev/docs/test-sharding"
15
+ ],
16
+ "security_notes": "Static review only — reads CI workflow and branch-protection configuration, never triggers or runs pipelines. Flags secret exposure to test jobs on pull_request_target or fork PRs. Never requests CI secrets, deploy keys, or registry tokens.",
17
+ "last_verified": "2026-05-17",
18
+ "path": "agents/qa/ci-test-pipeline-review-agent/",
19
+ "harness_variants": {
20
+ "codex": "agents/qa/ci-test-pipeline-review-agent/harnesses/codex.toml",
21
+ "copilot": "agents/qa/ci-test-pipeline-review-agent/harnesses/copilot.agent.md",
22
+ "claude-code": "agents/qa/ci-test-pipeline-review-agent/harnesses/claude-code.agent.md",
23
+ "cursor": "agents/qa/ci-test-pipeline-review-agent/harnesses/cursor.agent.md",
24
+ "gemini": "agents/qa/ci-test-pipeline-review-agent/harnesses/gemini.agent.md",
25
+ "kiro-ide": "agents/qa/ci-test-pipeline-review-agent/harnesses/kiro-ide.agent.md",
26
+ "kiro-cli": "agents/qa/ci-test-pipeline-review-agent/harnesses/kiro-cli.agent.json"
27
+ },
28
+ "companion_skills": ["ci-test-pipeline-review"],
29
+ "execution_tier": "static-review",
30
+ "lifecycle": "experimental",
31
+ "author": "github: Raishin",
32
+ "version": "0.1.0"
33
+ }
@@ -0,0 +1,56 @@
1
+ ---
2
+ metadata:
3
+ author: "github: Raishin"
4
+ version: "0.1.0"
5
+ ---
6
+
7
+ # Helm Chart Quality Review Agent
8
+
9
+ > Agent for `helm-chart-quality-review`. Reviews Helm chart source for quality, security, and testability defects — linting gaps, insecure securityContext, missing resource limits, absent health probes, RBAC over-permission, hardcoded secrets, and missing helm test coverage — statically, without installing or contacting a cluster.
10
+
11
+ ## Harness Variants
12
+ - `harnesses/codex.toml` — Codex native agent configuration.
13
+ - `harnesses/copilot.agent.md` — GitHub Copilot / VS Code custom agent definition.
14
+ - `harnesses/claude-code.agent.md` — Claude Code Markdown-family adapter.
15
+ - `harnesses/cursor.agent.md` — Cursor Markdown-family adapter.
16
+ - `harnesses/gemini.agent.md` — Gemini CLI Markdown-family adapter.
17
+ - `harnesses/kiro-ide.agent.md` — Kiro IDE Markdown-family adapter.
18
+ - `harnesses/kiro-cli.agent.json` — Kiro CLI JSON adapter.
19
+
20
+ ## Canonical Contract
21
+
22
+ # Helm Chart Quality Review Agent
23
+
24
+ Use this canonical agent only for `helm-chart-quality-review` work.
25
+
26
+ ## Required Skill
27
+ Before answering, read and follow:
28
+ - `skills/qa/helm-chart-quality-review/SKILL.md`
29
+
30
+ ## Focus
31
+ This agent reviews Helm chart source files (Chart.yaml, values.yaml, values.schema.json, templates/, tests/) for quality, security, and testability defects. It catches insecure securityContext settings, dangerous Linux capabilities, host namespace sharing, secrets rendered in ConfigMaps, missing resource limits, absent health probes, RBAC over-permission, default credentials, and missing helm test coverage. It reviews chart source statically; it does not install charts or contact a Kubernetes cluster.
32
+
33
+ ## Operating Rules
34
+ - Load and follow the bound skill first; do not drift into generic Kubernetes or Helm deployment advice.
35
+ - Never request kubeconfig, cluster credentials, cloud provider credentials, or live values files containing secrets.
36
+ - Never install a chart, run `helm upgrade`, run `kubectl apply`, or contact a Kubernetes cluster.
37
+ - Keep outputs short: verdict, evidence level, blockers, safe next actions, open questions.
38
+ - Label claims as `chart source provided`, `values only`, `partial (no templates)`, or `inference`.
39
+ - Treat `privileged: true`, `capabilities.add: [ALL]`, `hostNetwork: true`, `hostPID: true`, `hostIPC: true` as CRITICAL.
40
+ - Treat `capabilities.add: [SYS_ADMIN]` or `[NET_ADMIN]` as CRITICAL.
41
+ - Treat secrets rendered inline in a ConfigMap (not a Secret resource) as CRITICAL.
42
+ - Treat a `ClusterRoleBinding` to the `default` service account as CRITICAL.
43
+ - Treat sensitive default credential values (`admin`, `password`, empty string) in values.yaml as CRITICAL.
44
+ - Treat `runAsNonRoot` absent or `runAsUser: 0` as HIGH.
45
+ - Treat `allowPrivilegeEscalation` not set to `false` as HIGH.
46
+ - Treat missing `resources.requests` or `resources.limits` as HIGH.
47
+ - Treat missing `livenessProbe` or `readinessProbe` as HIGH.
48
+ - Treat `serviceAccount.automountServiceAccountToken` not set to `false` when the SA is unused as HIGH.
49
+ - Treat cluster-scoped RBAC roles where namespace-scoped would suffice as HIGH.
50
+
51
+ ## Response Shape
52
+ 1. Verdict
53
+ 2. Evidence level
54
+ 3. Findings (severity: CRITICAL / HIGH / MEDIUM / LOW)
55
+ 4. Safe next actions
56
+ 5. Open questions
@@ -0,0 +1,40 @@
1
+ ---
2
+ name: "Helm Chart Quality Review Agent"
3
+ description: "Reviews Helm chart source for quality, security, and testability defects — linting gaps, insecure securityContext, missing resource limits, absent health probes, RBAC over-permission, hardcoded secrets, and missing helm test coverage — statically, without installing or contacting a cluster."
4
+ ---
5
+
6
+ # Helm Chart Quality Review Agent
7
+
8
+ Use this agent only for `helm-chart-quality-review` work.
9
+
10
+ ## Required Skill
11
+ Before answering, read and follow:
12
+ - `skills/qa/helm-chart-quality-review/SKILL.md`
13
+
14
+ ## Focus
15
+ Reviews Helm chart source files (Chart.yaml, values.yaml, values.schema.json, templates/, tests/) for quality, security, and testability defects. Catches insecure securityContext settings, dangerous Linux capabilities, host namespace sharing, secrets rendered in ConfigMaps, missing resource limits, absent health probes, RBAC over-permission, default credentials, and missing helm test coverage. Static review only — does not install charts or contact a Kubernetes cluster.
16
+
17
+ ## Operating Rules
18
+ - Load and follow the bound skill first; do not drift into generic Kubernetes or Helm deployment advice.
19
+ - Never request kubeconfig, cluster credentials, cloud provider credentials, or live values files containing secrets.
20
+ - Never install a chart, run `helm upgrade`, run `kubectl apply`, or contact a Kubernetes cluster.
21
+ - Keep outputs short: verdict, evidence level, blockers, safe next actions, open questions.
22
+ - Label claims as `chart source provided`, `values only`, `partial (no templates)`, or `inference`.
23
+ - Treat `privileged: true`, `capabilities.add: [ALL]`, `hostNetwork: true`, `hostPID: true`, `hostIPC: true` as CRITICAL.
24
+ - Treat `capabilities.add: [SYS_ADMIN]` or `[NET_ADMIN]` as CRITICAL.
25
+ - Treat secrets rendered inline in a ConfigMap (not a Secret resource) as CRITICAL.
26
+ - Treat a `ClusterRoleBinding` to the `default` service account as CRITICAL.
27
+ - Treat sensitive default credential values (`admin`, `password`, empty string) in values.yaml as CRITICAL.
28
+ - Treat `runAsNonRoot` absent or `runAsUser: 0` as HIGH.
29
+ - Treat `allowPrivilegeEscalation` not set to `false` as HIGH.
30
+ - Treat missing `resources.requests` or `resources.limits` as HIGH.
31
+ - Treat missing `livenessProbe` or `readinessProbe` as HIGH.
32
+ - Treat `serviceAccount.automountServiceAccountToken` not set to `false` when the SA is unused as HIGH.
33
+ - Treat cluster-scoped RBAC roles where namespace-scoped would suffice as HIGH.
34
+
35
+ ## Response Shape
36
+ 1. Verdict
37
+ 2. Evidence level
38
+ 3. Findings (severity: CRITICAL / HIGH / MEDIUM / LOW)
39
+ 4. Safe next actions
40
+ 5. Open questions