agentic-qe 3.7.8 → 3.7.9
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.
- package/.claude/skills/debug-loop/SKILL.md +1 -1
- package/.claude/skills/enterprise-integration-testing/evals/enterprise-integration-testing.yaml +158 -0
- package/.claude/skills/enterprise-integration-testing/schemas/output.json +74 -0
- package/.claude/skills/enterprise-integration-testing/scripts/validate-config.json +25 -0
- package/.claude/skills/middleware-testing-patterns/evals/middleware-testing-patterns.yaml +153 -0
- package/.claude/skills/middleware-testing-patterns/schemas/output.json +58 -0
- package/.claude/skills/middleware-testing-patterns/scripts/validate-config.json +25 -0
- package/.claude/skills/observability-testing-patterns/evals/observability-testing-patterns.yaml +157 -0
- package/.claude/skills/observability-testing-patterns/schemas/output.json +58 -0
- package/.claude/skills/observability-testing-patterns/scripts/validate-config.json +25 -0
- package/.claude/skills/pr-review/SKILL.md +1 -1
- package/.claude/skills/qcsd-cicd-swarm/evals/qcsd-cicd-swarm.yaml +211 -0
- package/.claude/skills/qcsd-cicd-swarm/schemas/output.json +86 -0
- package/.claude/skills/qcsd-cicd-swarm/scripts/validate-config.json +30 -0
- package/.claude/skills/qcsd-development-swarm/evals/qcsd-development-swarm.yaml +162 -0
- package/.claude/skills/qcsd-development-swarm/schemas/output.json +72 -0
- package/.claude/skills/qcsd-development-swarm/scripts/validate-config.json +25 -0
- package/.claude/skills/skills-manifest.json +1 -1
- package/.claude/skills/trust-tier-manifest.json +78 -7
- package/CHANGELOG.md +20 -0
- package/assets/skills/a11y-ally/SKILL.md +1664 -1658
- package/assets/skills/a11y-ally/evals/a11y-ally.yaml +376 -0
- package/assets/skills/a11y-ally/schemas/output.json +549 -0
- package/assets/skills/a11y-ally/scripts/validate-config.json +42 -0
- package/assets/skills/brutal-honesty-review/SKILL.md +5 -0
- package/assets/skills/brutal-honesty-review/schemas/output.json +291 -0
- package/assets/skills/brutal-honesty-review/scripts/validate-config.json +34 -0
- package/assets/skills/cicd-pipeline-qe-orchestrator/README.md +1 -1
- package/assets/skills/cicd-pipeline-qe-orchestrator/SKILL.md +6 -0
- package/assets/skills/cicd-pipeline-qe-orchestrator/evals/cicd-pipeline-qe-orchestrator.yaml +157 -0
- package/assets/skills/cicd-pipeline-qe-orchestrator/schemas/output.json +542 -0
- package/assets/skills/cicd-pipeline-qe-orchestrator/scripts/validate-config.json +42 -0
- package/assets/skills/debug-loop/SKILL.md +1 -1
- package/assets/skills/enterprise-integration-testing/evals/enterprise-integration-testing.yaml +158 -0
- package/assets/skills/enterprise-integration-testing/schemas/output.json +74 -0
- package/assets/skills/enterprise-integration-testing/scripts/validate-config.json +25 -0
- package/assets/skills/middleware-testing-patterns/evals/middleware-testing-patterns.yaml +153 -0
- package/assets/skills/middleware-testing-patterns/schemas/output.json +58 -0
- package/assets/skills/middleware-testing-patterns/scripts/validate-config.json +25 -0
- package/assets/skills/n8n-expression-testing/SKILL.md +6 -0
- package/assets/skills/n8n-expression-testing/evals/n8n-expression-testing.yaml +450 -0
- package/assets/skills/n8n-expression-testing/schemas/output.json +369 -0
- package/assets/skills/n8n-expression-testing/scripts/validate-config.json +39 -0
- package/assets/skills/n8n-integration-testing-patterns/SKILL.md +6 -0
- package/assets/skills/n8n-integration-testing-patterns/evals/n8n-integration-testing-patterns.yaml +522 -0
- package/assets/skills/n8n-integration-testing-patterns/schemas/output.json +291 -0
- package/assets/skills/n8n-integration-testing-patterns/scripts/validate-config.json +34 -0
- package/assets/skills/n8n-security-testing/SKILL.md +6 -0
- package/assets/skills/n8n-security-testing/evals/n8n-security-testing.yaml +493 -0
- package/assets/skills/n8n-security-testing/schemas/output.json +293 -0
- package/assets/skills/n8n-security-testing/scripts/validate-config.json +34 -0
- package/assets/skills/n8n-trigger-testing-strategies/SKILL.md +6 -0
- package/assets/skills/n8n-trigger-testing-strategies/evals/n8n-trigger-testing-strategies.yaml +500 -0
- package/assets/skills/n8n-trigger-testing-strategies/schemas/output.json +295 -0
- package/assets/skills/n8n-trigger-testing-strategies/scripts/validate-config.json +34 -0
- package/assets/skills/n8n-workflow-testing-fundamentals/SKILL.md +6 -0
- package/assets/skills/n8n-workflow-testing-fundamentals/evals/n8n-workflow-testing-fundamentals.yaml +497 -0
- package/assets/skills/n8n-workflow-testing-fundamentals/schemas/output.json +254 -0
- package/assets/skills/n8n-workflow-testing-fundamentals/scripts/validate-config.json +35 -0
- package/assets/skills/observability-testing-patterns/evals/observability-testing-patterns.yaml +157 -0
- package/assets/skills/observability-testing-patterns/schemas/output.json +58 -0
- package/assets/skills/observability-testing-patterns/scripts/validate-config.json +25 -0
- package/assets/skills/pentest-validation/scripts/validate-config.json +12 -0
- package/assets/skills/pr-review/SKILL.md +1 -1
- package/assets/skills/qcsd-cicd-swarm/evals/qcsd-cicd-swarm.yaml +211 -0
- package/assets/skills/qcsd-cicd-swarm/schemas/output.json +86 -0
- package/assets/skills/qcsd-cicd-swarm/scripts/validate-config.json +30 -0
- package/assets/skills/qcsd-development-swarm/evals/qcsd-development-swarm.yaml +162 -0
- package/assets/skills/qcsd-development-swarm/schemas/output.json +72 -0
- package/assets/skills/qcsd-development-swarm/scripts/validate-config.json +25 -0
- package/assets/skills/qcsd-ideation-swarm/evals/qcsd-ideation-swarm.yaml +138 -0
- package/assets/skills/qcsd-ideation-swarm/schemas/output.json +568 -0
- package/assets/skills/qcsd-ideation-swarm/scripts/validate-config.json +25 -0
- package/assets/skills/qcsd-production-swarm/SKILL.md +2781 -0
- package/assets/skills/qcsd-production-swarm/evals/qcsd-production-swarm.yaml +246 -0
- package/assets/skills/qcsd-production-swarm/schemas/output.json +505 -0
- package/assets/skills/qcsd-production-swarm/scripts/validate-config.json +25 -0
- package/assets/skills/qcsd-refinement-swarm/evals/qcsd-refinement-swarm.yaml +139 -0
- package/assets/skills/qcsd-refinement-swarm/schemas/output.json +811 -0
- package/assets/skills/qcsd-refinement-swarm/scripts/validate-config.json +25 -0
- package/assets/skills/security-visual-testing/scripts/validate-config.json +45 -0
- package/assets/skills/sherlock-review/SKILL.md +5 -0
- package/assets/skills/sherlock-review/schemas/output.json +297 -0
- package/assets/skills/sherlock-review/scripts/validate-config.json +35 -0
- package/assets/skills/testability-scoring/SKILL.md +5 -0
- package/assets/skills/testability-scoring/evals/testability-scoring.yaml +814 -0
- package/assets/skills/testability-scoring/schemas/output.json +606 -0
- package/assets/skills/testability-scoring/scripts/validate-config.json +42 -0
- package/assets/skills/trust-tier-manifest.json +2404 -0
- package/assets/skills/wms-testing-patterns/evals/wms-testing-patterns.yaml +165 -0
- package/assets/skills/wms-testing-patterns/schemas/output.json +150 -0
- package/assets/skills/wms-testing-patterns/scripts/validate-config.json +51 -0
- package/dist/benchmarks/performance-benchmarks.js +1 -1
- package/dist/cli/bundle.js +9130 -2283
- package/dist/cli/commands/hooks.d.ts.map +1 -1
- package/dist/cli/commands/hooks.js +92 -0
- package/dist/cli/commands/hooks.js.map +1 -1
- package/dist/cli/commands/migrate.js +2 -2
- package/dist/coordination/constants.d.ts +1 -1
- package/dist/coordination/constants.js +1 -1
- package/dist/coordination/handlers/coverage-handlers.js +1 -1
- package/dist/coordination/handlers/coverage-handlers.js.map +1 -1
- package/dist/domains/code-intelligence/services/semantic-analyzer.d.ts +1 -1
- package/dist/domains/code-intelligence/services/semantic-analyzer.d.ts.map +1 -1
- package/dist/domains/code-intelligence/services/semantic-analyzer.js +1 -1
- package/dist/domains/code-intelligence/services/semantic-analyzer.js.map +1 -1
- package/dist/domains/coverage-analysis/coordinator.js +1 -1
- package/dist/domains/coverage-analysis/services/coverage-analyzer.js +1 -1
- package/dist/domains/coverage-analysis/services/coverage-embedder.d.ts +1 -1
- package/dist/domains/coverage-analysis/services/coverage-embedder.js +1 -1
- package/dist/domains/coverage-analysis/services/gap-detector.js +1 -1
- package/dist/domains/coverage-analysis/services/ghost-coverage-analyzer.js +1 -1
- package/dist/domains/coverage-analysis/services/hnsw-index.d.ts +2 -2
- package/dist/domains/coverage-analysis/services/hnsw-index.js +3 -3
- package/dist/domains/coverage-analysis/services/sublinear-analyzer.d.ts +1 -1
- package/dist/domains/coverage-analysis/services/sublinear-analyzer.js +1 -1
- package/dist/domains/test-execution/services/test-prioritizer.js +1 -1
- package/dist/domains/test-generation/context/rust-context-builder.d.ts +31 -0
- package/dist/domains/test-generation/context/rust-context-builder.d.ts.map +1 -0
- package/dist/domains/test-generation/context/rust-context-builder.js +27 -0
- package/dist/domains/test-generation/context/rust-context-builder.js.map +1 -0
- package/dist/domains/test-generation/coordinator.js +3 -3
- package/dist/domains/test-generation/coordinator.js.map +1 -1
- package/dist/domains/test-generation/detectors/mobile-detector.d.ts +41 -0
- package/dist/domains/test-generation/detectors/mobile-detector.d.ts.map +1 -0
- package/dist/domains/test-generation/detectors/mobile-detector.js +111 -0
- package/dist/domains/test-generation/detectors/mobile-detector.js.map +1 -0
- package/dist/domains/test-generation/detectors/spring-detector.d.ts +22 -0
- package/dist/domains/test-generation/detectors/spring-detector.d.ts.map +1 -0
- package/dist/domains/test-generation/detectors/spring-detector.js +37 -0
- package/dist/domains/test-generation/detectors/spring-detector.js.map +1 -0
- package/dist/domains/test-generation/factories/test-generator-factory.d.ts +2 -1
- package/dist/domains/test-generation/factories/test-generator-factory.d.ts.map +1 -1
- package/dist/domains/test-generation/factories/test-generator-factory.js +33 -13
- package/dist/domains/test-generation/factories/test-generator-factory.js.map +1 -1
- package/dist/domains/test-generation/generators/flutter-test-generator.d.ts +107 -0
- package/dist/domains/test-generation/generators/flutter-test-generator.d.ts.map +1 -0
- package/dist/domains/test-generation/generators/flutter-test-generator.js +590 -0
- package/dist/domains/test-generation/generators/flutter-test-generator.js.map +1 -0
- package/dist/domains/test-generation/generators/go-test-generator.d.ts +139 -0
- package/dist/domains/test-generation/generators/go-test-generator.d.ts.map +1 -0
- package/dist/domains/test-generation/generators/go-test-generator.js +654 -0
- package/dist/domains/test-generation/generators/go-test-generator.js.map +1 -0
- package/dist/domains/test-generation/generators/index.d.ts +8 -0
- package/dist/domains/test-generation/generators/index.d.ts.map +1 -1
- package/dist/domains/test-generation/generators/index.js +8 -0
- package/dist/domains/test-generation/generators/index.js.map +1 -1
- package/dist/domains/test-generation/generators/jest-rn-generator.d.ts +95 -0
- package/dist/domains/test-generation/generators/jest-rn-generator.d.ts.map +1 -0
- package/dist/domains/test-generation/generators/jest-rn-generator.js +591 -0
- package/dist/domains/test-generation/generators/jest-rn-generator.js.map +1 -0
- package/dist/domains/test-generation/generators/junit5-generator.d.ts +107 -0
- package/dist/domains/test-generation/generators/junit5-generator.d.ts.map +1 -0
- package/dist/domains/test-generation/generators/junit5-generator.js +588 -0
- package/dist/domains/test-generation/generators/junit5-generator.js.map +1 -0
- package/dist/domains/test-generation/generators/kotlin-junit-generator.d.ts +109 -0
- package/dist/domains/test-generation/generators/kotlin-junit-generator.d.ts.map +1 -0
- package/dist/domains/test-generation/generators/kotlin-junit-generator.js +588 -0
- package/dist/domains/test-generation/generators/kotlin-junit-generator.js.map +1 -0
- package/dist/domains/test-generation/generators/pytest-generator.d.ts +8 -1
- package/dist/domains/test-generation/generators/pytest-generator.d.ts.map +1 -1
- package/dist/domains/test-generation/generators/pytest-generator.js +57 -0
- package/dist/domains/test-generation/generators/pytest-generator.js.map +1 -1
- package/dist/domains/test-generation/generators/rust-test-generator.d.ts +80 -0
- package/dist/domains/test-generation/generators/rust-test-generator.d.ts.map +1 -0
- package/dist/domains/test-generation/generators/rust-test-generator.js +442 -0
- package/dist/domains/test-generation/generators/rust-test-generator.js.map +1 -0
- package/dist/domains/test-generation/generators/swift-testing-generator.d.ts +97 -0
- package/dist/domains/test-generation/generators/swift-testing-generator.d.ts.map +1 -0
- package/dist/domains/test-generation/generators/swift-testing-generator.js +482 -0
- package/dist/domains/test-generation/generators/swift-testing-generator.js.map +1 -0
- package/dist/domains/test-generation/generators/xunit-generator.d.ts +110 -0
- package/dist/domains/test-generation/generators/xunit-generator.d.ts.map +1 -0
- package/dist/domains/test-generation/generators/xunit-generator.js +611 -0
- package/dist/domains/test-generation/generators/xunit-generator.js.map +1 -0
- package/dist/domains/test-generation/interfaces.d.ts +11 -2
- package/dist/domains/test-generation/interfaces.d.ts.map +1 -1
- package/dist/domains/test-generation/prompts/language-prompts.d.ts +29 -0
- package/dist/domains/test-generation/prompts/language-prompts.d.ts.map +1 -0
- package/dist/domains/test-generation/prompts/language-prompts.js +135 -0
- package/dist/domains/test-generation/prompts/language-prompts.js.map +1 -0
- package/dist/domains/test-generation/services/compilation-validator.d.ts +43 -0
- package/dist/domains/test-generation/services/compilation-validator.d.ts.map +1 -0
- package/dist/domains/test-generation/services/compilation-validator.js +134 -0
- package/dist/domains/test-generation/services/compilation-validator.js.map +1 -0
- package/dist/domains/test-generation/services/index.d.ts +2 -1
- package/dist/domains/test-generation/services/index.d.ts.map +1 -1
- package/dist/domains/test-generation/services/index.js +3 -1
- package/dist/domains/test-generation/services/index.js.map +1 -1
- package/dist/domains/test-generation/services/test-file-resolver.d.ts +32 -0
- package/dist/domains/test-generation/services/test-file-resolver.d.ts.map +1 -0
- package/dist/domains/test-generation/services/test-file-resolver.js +159 -0
- package/dist/domains/test-generation/services/test-file-resolver.js.map +1 -0
- package/dist/domains/test-generation/services/test-generator.d.ts +10 -0
- package/dist/domains/test-generation/services/test-generator.d.ts.map +1 -1
- package/dist/domains/test-generation/services/test-generator.js +87 -10
- package/dist/domains/test-generation/services/test-generator.js.map +1 -1
- package/dist/governance/feature-flags.js +2 -2
- package/dist/governance/feature-flags.js.map +1 -1
- package/dist/governance/shard-embeddings.js +1 -1
- package/dist/init/init-wizard-hooks.d.ts.map +1 -1
- package/dist/init/init-wizard-hooks.js +0 -1
- package/dist/init/init-wizard-hooks.js.map +1 -1
- package/dist/init/phases/07-hooks.d.ts.map +1 -1
- package/dist/init/phases/07-hooks.js +0 -2
- package/dist/init/phases/07-hooks.js.map +1 -1
- package/dist/init/phases/08-mcp.d.ts +8 -4
- package/dist/init/phases/08-mcp.d.ts.map +1 -1
- package/dist/init/phases/08-mcp.js +13 -31
- package/dist/init/phases/08-mcp.js.map +1 -1
- package/dist/init/phases/10-workers.js +2 -2
- package/dist/init/phases/10-workers.js.map +1 -1
- package/dist/init/settings-merge.d.ts.map +1 -1
- package/dist/init/settings-merge.js +0 -2
- package/dist/init/settings-merge.js.map +1 -1
- package/dist/init/token-bootstrap.js +1 -1
- package/dist/init/token-bootstrap.js.map +1 -1
- package/dist/integrations/rl-suite/algorithms/decision-transformer.js +1 -1
- package/dist/kernel/constants.d.ts +2 -2
- package/dist/kernel/constants.js +2 -2
- package/dist/kernel/hnsw-adapter.js +1 -1
- package/dist/kernel/progressive-hnsw-backend.d.ts +2 -2
- package/dist/kernel/progressive-hnsw-backend.js +2 -2
- package/dist/learning/dream/concept-graph.d.ts +1 -1
- package/dist/learning/dream/concept-graph.js +1 -1
- package/dist/learning/dream/dream-engine.d.ts +1 -1
- package/dist/learning/dream/dream-engine.js +1 -1
- package/dist/learning/dream/index.d.ts +1 -1
- package/dist/learning/dream/index.js +1 -1
- package/dist/learning/dream/types.d.ts +1 -1
- package/dist/learning/dream/types.d.ts.map +1 -1
- package/dist/learning/dream/types.js +1 -1
- package/dist/learning/dream/types.js.map +1 -1
- package/dist/learning/token-tracker.js +1 -1
- package/dist/learning/token-tracker.js.map +1 -1
- package/dist/mcp/bundle.js +7515 -893
- package/dist/routing/qe-agent-registry.js +4 -4
- package/dist/routing/qe-agent-registry.js.map +1 -1
- package/dist/routing/types.d.ts +5 -8
- package/dist/routing/types.d.ts.map +1 -1
- package/dist/routing/types.js.map +1 -1
- package/dist/shared/embeddings/embedding-cache.js +2 -2
- package/dist/shared/embeddings/index.d.ts +2 -2
- package/dist/shared/embeddings/index.js +2 -2
- package/dist/shared/embeddings/nomic-embedder.d.ts +4 -4
- package/dist/shared/embeddings/nomic-embedder.js +2 -2
- package/dist/shared/embeddings/ollama-client.d.ts +1 -1
- package/dist/shared/embeddings/ollama-client.js +2 -2
- package/dist/shared/embeddings/ollama-client.js.map +1 -1
- package/dist/shared/embeddings/types.d.ts +2 -2
- package/dist/shared/embeddings/types.js +2 -2
- package/dist/shared/language-detector.d.ts +46 -0
- package/dist/shared/language-detector.d.ts.map +1 -0
- package/dist/shared/language-detector.js +183 -0
- package/dist/shared/language-detector.js.map +1 -0
- package/dist/shared/llm/providers/ollama.js +1 -1
- package/dist/shared/metrics/code-metrics.d.ts.map +1 -1
- package/dist/shared/metrics/code-metrics.js +24 -1
- package/dist/shared/metrics/code-metrics.js.map +1 -1
- package/dist/shared/parsers/index.d.ts +2 -0
- package/dist/shared/parsers/index.d.ts.map +1 -1
- package/dist/shared/parsers/index.js +2 -0
- package/dist/shared/parsers/index.js.map +1 -1
- package/dist/shared/parsers/interfaces.d.ts +81 -0
- package/dist/shared/parsers/interfaces.d.ts.map +1 -0
- package/dist/shared/parsers/interfaces.js +6 -0
- package/dist/shared/parsers/interfaces.js.map +1 -0
- package/dist/shared/parsers/multi-language-parser.d.ts +144 -0
- package/dist/shared/parsers/multi-language-parser.d.ts.map +1 -0
- package/dist/shared/parsers/multi-language-parser.js +1232 -0
- package/dist/shared/parsers/multi-language-parser.js.map +1 -0
- package/dist/shared/parsers/rust-ownership-analyzer.d.ts +45 -0
- package/dist/shared/parsers/rust-ownership-analyzer.d.ts.map +1 -0
- package/dist/shared/parsers/rust-ownership-analyzer.js +52 -0
- package/dist/shared/parsers/rust-ownership-analyzer.js.map +1 -0
- package/dist/shared/parsers/typescript-parser.d.ts +16 -0
- package/dist/shared/parsers/typescript-parser.d.ts.map +1 -1
- package/dist/shared/parsers/typescript-parser.js +85 -0
- package/dist/shared/parsers/typescript-parser.js.map +1 -1
- package/dist/shared/types/test-frameworks.d.ts +25 -0
- package/dist/shared/types/test-frameworks.d.ts.map +1 -0
- package/dist/shared/types/test-frameworks.js +111 -0
- package/dist/shared/types/test-frameworks.js.map +1 -0
- package/package.json +1 -1
- package/scripts/prepare-assets.sh +8 -2
|
@@ -0,0 +1,291 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "https://agentic-qe.dev/schemas/skills/brutal-honesty-review/output.json",
|
|
4
|
+
"title": "Brutal Honesty Review Skill Output Schema",
|
|
5
|
+
"description": "Schema for brutal-honesty-review skill output. Validates unvarnished technical criticism with actionable recommendations.",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"required": ["skillName", "version", "timestamp", "status", "trustTier", "output"],
|
|
8
|
+
"properties": {
|
|
9
|
+
"skillName": {
|
|
10
|
+
"type": "string",
|
|
11
|
+
"const": "brutal-honesty-review"
|
|
12
|
+
},
|
|
13
|
+
"version": {
|
|
14
|
+
"type": "string",
|
|
15
|
+
"pattern": "^\\d+\\.\\d+\\.\\d+(-[a-zA-Z0-9]+)?$"
|
|
16
|
+
},
|
|
17
|
+
"timestamp": {
|
|
18
|
+
"type": "string",
|
|
19
|
+
"format": "date-time"
|
|
20
|
+
},
|
|
21
|
+
"status": {
|
|
22
|
+
"type": "string",
|
|
23
|
+
"enum": ["success", "partial", "failed", "skipped"]
|
|
24
|
+
},
|
|
25
|
+
"trustTier": {
|
|
26
|
+
"type": "integer",
|
|
27
|
+
"const": 3
|
|
28
|
+
},
|
|
29
|
+
"output": {
|
|
30
|
+
"type": "object",
|
|
31
|
+
"required": ["summary", "reviewFindings", "codeQuality"],
|
|
32
|
+
"properties": {
|
|
33
|
+
"summary": {
|
|
34
|
+
"type": "string",
|
|
35
|
+
"minLength": 50,
|
|
36
|
+
"maxLength": 3000,
|
|
37
|
+
"description": "Brutally honest executive summary"
|
|
38
|
+
},
|
|
39
|
+
"reviewFindings": {
|
|
40
|
+
"type": "array",
|
|
41
|
+
"items": {
|
|
42
|
+
"$ref": "#/$defs/reviewFinding"
|
|
43
|
+
},
|
|
44
|
+
"minItems": 1,
|
|
45
|
+
"maxItems": 200,
|
|
46
|
+
"description": "Detailed findings with no sugar-coating"
|
|
47
|
+
},
|
|
48
|
+
"codeQuality": {
|
|
49
|
+
"$ref": "#/$defs/codeQuality"
|
|
50
|
+
},
|
|
51
|
+
"severity": {
|
|
52
|
+
"$ref": "#/$defs/severityBreakdown"
|
|
53
|
+
},
|
|
54
|
+
"recommendations": {
|
|
55
|
+
"type": "array",
|
|
56
|
+
"items": {
|
|
57
|
+
"$ref": "#/$defs/recommendation"
|
|
58
|
+
},
|
|
59
|
+
"maxItems": 100,
|
|
60
|
+
"description": "Actionable improvement recommendations"
|
|
61
|
+
},
|
|
62
|
+
"technicalDebt": {
|
|
63
|
+
"$ref": "#/$defs/technicalDebt"
|
|
64
|
+
},
|
|
65
|
+
"readabilityScore": {
|
|
66
|
+
"type": "number",
|
|
67
|
+
"minimum": 0,
|
|
68
|
+
"maximum": 100
|
|
69
|
+
},
|
|
70
|
+
"maintainabilityScore": {
|
|
71
|
+
"type": "number",
|
|
72
|
+
"minimum": 0,
|
|
73
|
+
"maximum": 100
|
|
74
|
+
},
|
|
75
|
+
"verdict": {
|
|
76
|
+
"type": "string",
|
|
77
|
+
"enum": ["ship-it", "needs-work", "major-issues", "do-not-merge", "rewrite-needed"],
|
|
78
|
+
"description": "Final honest verdict"
|
|
79
|
+
},
|
|
80
|
+
"metrics": {
|
|
81
|
+
"$ref": "#/$defs/metrics"
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
"metadata": {
|
|
86
|
+
"$ref": "#/$defs/metadata"
|
|
87
|
+
},
|
|
88
|
+
"validation": {
|
|
89
|
+
"$ref": "#/$defs/validationResult"
|
|
90
|
+
},
|
|
91
|
+
"learning": {
|
|
92
|
+
"$ref": "#/$defs/learningData"
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
"$defs": {
|
|
96
|
+
"reviewFinding": {
|
|
97
|
+
"type": "object",
|
|
98
|
+
"required": ["id", "title", "severity", "category", "honestAssessment"],
|
|
99
|
+
"properties": {
|
|
100
|
+
"id": {
|
|
101
|
+
"type": "string",
|
|
102
|
+
"pattern": "^REV-\\d{3,6}$"
|
|
103
|
+
},
|
|
104
|
+
"title": {
|
|
105
|
+
"type": "string",
|
|
106
|
+
"minLength": 10,
|
|
107
|
+
"maxLength": 200
|
|
108
|
+
},
|
|
109
|
+
"description": {
|
|
110
|
+
"type": "string",
|
|
111
|
+
"maxLength": 2000
|
|
112
|
+
},
|
|
113
|
+
"severity": {
|
|
114
|
+
"type": "string",
|
|
115
|
+
"enum": ["critical", "high", "medium", "low", "nitpick"]
|
|
116
|
+
},
|
|
117
|
+
"category": {
|
|
118
|
+
"type": "string",
|
|
119
|
+
"enum": ["architecture", "design", "implementation", "performance", "security", "maintainability", "readability", "testing", "documentation", "naming"]
|
|
120
|
+
},
|
|
121
|
+
"honestAssessment": {
|
|
122
|
+
"type": "string",
|
|
123
|
+
"minLength": 20,
|
|
124
|
+
"maxLength": 2000,
|
|
125
|
+
"description": "Brutally honest assessment with no softening"
|
|
126
|
+
},
|
|
127
|
+
"location": {
|
|
128
|
+
"type": "object",
|
|
129
|
+
"properties": {
|
|
130
|
+
"file": { "type": "string" },
|
|
131
|
+
"line": { "type": "integer", "minimum": 1 },
|
|
132
|
+
"endLine": { "type": "integer", "minimum": 1 },
|
|
133
|
+
"function": { "type": "string" }
|
|
134
|
+
}
|
|
135
|
+
},
|
|
136
|
+
"codeSnippet": {
|
|
137
|
+
"type": "string",
|
|
138
|
+
"maxLength": 5000
|
|
139
|
+
},
|
|
140
|
+
"suggestedFix": {
|
|
141
|
+
"type": "string",
|
|
142
|
+
"maxLength": 5000
|
|
143
|
+
},
|
|
144
|
+
"effort": {
|
|
145
|
+
"type": "string",
|
|
146
|
+
"enum": ["trivial", "low", "medium", "high", "major"]
|
|
147
|
+
},
|
|
148
|
+
"blocking": {
|
|
149
|
+
"type": "boolean",
|
|
150
|
+
"description": "Whether this blocks merging"
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
},
|
|
154
|
+
"codeQuality": {
|
|
155
|
+
"type": "object",
|
|
156
|
+
"required": ["overallScore", "grade"],
|
|
157
|
+
"properties": {
|
|
158
|
+
"overallScore": {
|
|
159
|
+
"type": "number",
|
|
160
|
+
"minimum": 0,
|
|
161
|
+
"maximum": 100
|
|
162
|
+
},
|
|
163
|
+
"grade": {
|
|
164
|
+
"type": "string",
|
|
165
|
+
"pattern": "^[A-F][+-]?$"
|
|
166
|
+
},
|
|
167
|
+
"dimensions": {
|
|
168
|
+
"type": "object",
|
|
169
|
+
"properties": {
|
|
170
|
+
"correctness": { "type": "number", "minimum": 0, "maximum": 100 },
|
|
171
|
+
"readability": { "type": "number", "minimum": 0, "maximum": 100 },
|
|
172
|
+
"maintainability": { "type": "number", "minimum": 0, "maximum": 100 },
|
|
173
|
+
"performance": { "type": "number", "minimum": 0, "maximum": 100 },
|
|
174
|
+
"security": { "type": "number", "minimum": 0, "maximum": 100 },
|
|
175
|
+
"testability": { "type": "number", "minimum": 0, "maximum": 100 }
|
|
176
|
+
}
|
|
177
|
+
},
|
|
178
|
+
"strengths": {
|
|
179
|
+
"type": "array",
|
|
180
|
+
"items": { "type": "string" }
|
|
181
|
+
},
|
|
182
|
+
"weaknesses": {
|
|
183
|
+
"type": "array",
|
|
184
|
+
"items": { "type": "string" }
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
},
|
|
188
|
+
"severityBreakdown": {
|
|
189
|
+
"type": "object",
|
|
190
|
+
"properties": {
|
|
191
|
+
"critical": { "type": "integer", "minimum": 0 },
|
|
192
|
+
"high": { "type": "integer", "minimum": 0 },
|
|
193
|
+
"medium": { "type": "integer", "minimum": 0 },
|
|
194
|
+
"low": { "type": "integer", "minimum": 0 },
|
|
195
|
+
"nitpick": { "type": "integer", "minimum": 0 },
|
|
196
|
+
"blocking": { "type": "integer", "minimum": 0 }
|
|
197
|
+
}
|
|
198
|
+
},
|
|
199
|
+
"recommendation": {
|
|
200
|
+
"type": "object",
|
|
201
|
+
"required": ["id", "title", "priority", "impact"],
|
|
202
|
+
"properties": {
|
|
203
|
+
"id": {
|
|
204
|
+
"type": "string",
|
|
205
|
+
"pattern": "^REC-\\d{3,6}$"
|
|
206
|
+
},
|
|
207
|
+
"title": {
|
|
208
|
+
"type": "string",
|
|
209
|
+
"maxLength": 200
|
|
210
|
+
},
|
|
211
|
+
"description": {
|
|
212
|
+
"type": "string",
|
|
213
|
+
"maxLength": 2000
|
|
214
|
+
},
|
|
215
|
+
"priority": {
|
|
216
|
+
"type": "string",
|
|
217
|
+
"enum": ["critical", "high", "medium", "low"]
|
|
218
|
+
},
|
|
219
|
+
"impact": {
|
|
220
|
+
"type": "string",
|
|
221
|
+
"enum": ["transformative", "significant", "moderate", "minor"]
|
|
222
|
+
},
|
|
223
|
+
"relatedFindings": {
|
|
224
|
+
"type": "array",
|
|
225
|
+
"items": { "type": "string" }
|
|
226
|
+
},
|
|
227
|
+
"effort": {
|
|
228
|
+
"type": "string",
|
|
229
|
+
"enum": ["trivial", "low", "medium", "high", "major"]
|
|
230
|
+
},
|
|
231
|
+
"codeExample": {
|
|
232
|
+
"type": "string",
|
|
233
|
+
"maxLength": 5000
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
},
|
|
237
|
+
"technicalDebt": {
|
|
238
|
+
"type": "object",
|
|
239
|
+
"properties": {
|
|
240
|
+
"totalDebtHours": { "type": "number", "minimum": 0 },
|
|
241
|
+
"debtRatio": { "type": "number", "minimum": 0, "maximum": 100 },
|
|
242
|
+
"categories": {
|
|
243
|
+
"type": "array",
|
|
244
|
+
"items": {
|
|
245
|
+
"type": "object",
|
|
246
|
+
"properties": {
|
|
247
|
+
"category": { "type": "string" },
|
|
248
|
+
"hours": { "type": "number" },
|
|
249
|
+
"priority": { "type": "string" }
|
|
250
|
+
}
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
}
|
|
254
|
+
},
|
|
255
|
+
"metrics": {
|
|
256
|
+
"type": "object",
|
|
257
|
+
"properties": {
|
|
258
|
+
"filesReviewed": { "type": "integer", "minimum": 0 },
|
|
259
|
+
"linesReviewed": { "type": "integer", "minimum": 0 },
|
|
260
|
+
"totalFindings": { "type": "integer", "minimum": 0 },
|
|
261
|
+
"blockingIssues": { "type": "integer", "minimum": 0 },
|
|
262
|
+
"suggestedFixes": { "type": "integer", "minimum": 0 }
|
|
263
|
+
}
|
|
264
|
+
},
|
|
265
|
+
"metadata": {
|
|
266
|
+
"type": "object",
|
|
267
|
+
"properties": {
|
|
268
|
+
"executionTimeMs": { "type": "integer", "minimum": 0 },
|
|
269
|
+
"toolsUsed": { "type": "array", "items": { "type": "string" } },
|
|
270
|
+
"agentId": { "type": "string", "pattern": "^qe-[a-z][a-z0-9-]*$" },
|
|
271
|
+
"reviewScope": { "type": "string" },
|
|
272
|
+
"reviewType": { "type": "string", "enum": ["full", "incremental", "focused"] }
|
|
273
|
+
}
|
|
274
|
+
},
|
|
275
|
+
"validationResult": {
|
|
276
|
+
"type": "object",
|
|
277
|
+
"properties": {
|
|
278
|
+
"schemaValid": { "type": "boolean" },
|
|
279
|
+
"contentValid": { "type": "boolean" },
|
|
280
|
+
"confidence": { "type": "number", "minimum": 0, "maximum": 1 }
|
|
281
|
+
}
|
|
282
|
+
},
|
|
283
|
+
"learningData": {
|
|
284
|
+
"type": "object",
|
|
285
|
+
"properties": {
|
|
286
|
+
"patternsDetected": { "type": "array", "items": { "type": "string" } },
|
|
287
|
+
"reward": { "type": "number", "minimum": 0, "maximum": 1 }
|
|
288
|
+
}
|
|
289
|
+
}
|
|
290
|
+
}
|
|
291
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
"skillName": "brutal-honesty-review",
|
|
3
|
+
"skillVersion": "1.0.0",
|
|
4
|
+
"requiredTools": [
|
|
5
|
+
"jq"
|
|
6
|
+
],
|
|
7
|
+
"optionalTools": [],
|
|
8
|
+
"schemaPath": "schemas/output.json",
|
|
9
|
+
"requiredFields": [
|
|
10
|
+
"skillName",
|
|
11
|
+
"status",
|
|
12
|
+
"output",
|
|
13
|
+
"output.summary",
|
|
14
|
+
"output.reviewFindings",
|
|
15
|
+
"output.codeQuality"
|
|
16
|
+
],
|
|
17
|
+
"requiredNonEmptyFields": [],
|
|
18
|
+
"mustContainTerms": [
|
|
19
|
+
"review",
|
|
20
|
+
"code"
|
|
21
|
+
],
|
|
22
|
+
"mustNotContainTerms": [
|
|
23
|
+
"TODO",
|
|
24
|
+
"FIXME"
|
|
25
|
+
],
|
|
26
|
+
"enumValidations": {
|
|
27
|
+
".status": [
|
|
28
|
+
"success",
|
|
29
|
+
"partial",
|
|
30
|
+
"failed",
|
|
31
|
+
"skipped"
|
|
32
|
+
]
|
|
33
|
+
}
|
|
34
|
+
}
|
|
@@ -280,7 +280,7 @@ See main SKILL.md [Troubleshooting section](SKILL.md#troubleshooting) for:
|
|
|
280
280
|
- [Microservice Pipeline Workflow](resources/workflows/microservice-pipeline.md)
|
|
281
281
|
- [Monolith Pipeline Workflow](resources/workflows/monolith-pipeline.md)
|
|
282
282
|
- [Mobile Pipeline Workflow](resources/workflows/mobile-pipeline.md)
|
|
283
|
-
- [All
|
|
283
|
+
- [All 61 QE Skills Reference](https://github.com/proffesor-for-testing/agentic-qe/blob/main/docs/reference/skills.md)
|
|
284
284
|
- [All 50 QE Agents Reference](https://github.com/proffesor-for-testing/agentic-qe/blob/main/docs/reference/agents.md)
|
|
285
285
|
|
|
286
286
|
## Contributing
|
|
@@ -11,6 +11,12 @@ last_optimized: 2025-12-02
|
|
|
11
11
|
dependencies: [agentic-quality-engineering, shift-left-testing]
|
|
12
12
|
quick_reference_card: true
|
|
13
13
|
tags: [cicd, pipeline, orchestration, quality-gates, shift-left, shift-right, fleet]
|
|
14
|
+
trust_tier: 3
|
|
15
|
+
validation:
|
|
16
|
+
schema_path: schemas/output.json
|
|
17
|
+
validator_path: scripts/validate-config.json
|
|
18
|
+
eval_path: evals/cicd-pipeline-qe-orchestrator.yaml
|
|
19
|
+
|
|
14
20
|
---
|
|
15
21
|
|
|
16
22
|
# CI/CD Pipeline QE Orchestrator
|
|
@@ -0,0 +1,157 @@
|
|
|
1
|
+
skill: cicd-pipeline-qe-orchestrator
|
|
2
|
+
version: 1.0.0
|
|
3
|
+
description: >
|
|
4
|
+
Evaluation suite for CI/CD pipeline QE orchestration.
|
|
5
|
+
Tests orchestration plan generation, test execution scheduling,
|
|
6
|
+
and quality gate configuration across multiple models.
|
|
7
|
+
|
|
8
|
+
models_to_test:
|
|
9
|
+
- claude-3.5-sonnet
|
|
10
|
+
- claude-3-haiku
|
|
11
|
+
|
|
12
|
+
mcp_integration:
|
|
13
|
+
enabled: true
|
|
14
|
+
namespace: skill-validation
|
|
15
|
+
query_patterns: true
|
|
16
|
+
track_outcomes: true
|
|
17
|
+
store_patterns: true
|
|
18
|
+
share_learning: true
|
|
19
|
+
target_agents:
|
|
20
|
+
- qe-learning-coordinator
|
|
21
|
+
|
|
22
|
+
learning:
|
|
23
|
+
store_success_patterns: true
|
|
24
|
+
store_failure_patterns: true
|
|
25
|
+
pattern_ttl_days: 90
|
|
26
|
+
min_confidence_to_store: 0.7
|
|
27
|
+
|
|
28
|
+
result_format:
|
|
29
|
+
json_output: true
|
|
30
|
+
markdown_report: true
|
|
31
|
+
include_timing: true
|
|
32
|
+
include_token_usage: true
|
|
33
|
+
|
|
34
|
+
setup:
|
|
35
|
+
required_tools:
|
|
36
|
+
- jq
|
|
37
|
+
|
|
38
|
+
test_cases:
|
|
39
|
+
|
|
40
|
+
- id: tc001_basic_pipeline_orchestration
|
|
41
|
+
description: "Generate orchestration plan for basic pipeline"
|
|
42
|
+
category: orchestration
|
|
43
|
+
priority: critical
|
|
44
|
+
|
|
45
|
+
input:
|
|
46
|
+
pipeline_config:
|
|
47
|
+
stages:
|
|
48
|
+
- build
|
|
49
|
+
- test
|
|
50
|
+
- deploy
|
|
51
|
+
languages:
|
|
52
|
+
- javascript
|
|
53
|
+
- python
|
|
54
|
+
|
|
55
|
+
expected_output:
|
|
56
|
+
must_contain:
|
|
57
|
+
- "orchestration"
|
|
58
|
+
- "test"
|
|
59
|
+
- "quality"
|
|
60
|
+
must_not_contain:
|
|
61
|
+
- "error"
|
|
62
|
+
|
|
63
|
+
validation:
|
|
64
|
+
schema_check: true
|
|
65
|
+
keyword_match_threshold: 0.8
|
|
66
|
+
|
|
67
|
+
- id: tc002_parallel_execution_plan
|
|
68
|
+
description: "Generate parallel test execution schedule"
|
|
69
|
+
category: orchestration
|
|
70
|
+
priority: high
|
|
71
|
+
|
|
72
|
+
input:
|
|
73
|
+
test_count: 50
|
|
74
|
+
parallel_workers: 5
|
|
75
|
+
test_types:
|
|
76
|
+
- unit
|
|
77
|
+
- integration
|
|
78
|
+
- e2e
|
|
79
|
+
|
|
80
|
+
expected_output:
|
|
81
|
+
must_contain:
|
|
82
|
+
- "parallel"
|
|
83
|
+
- "schedule"
|
|
84
|
+
- "execution"
|
|
85
|
+
|
|
86
|
+
validation:
|
|
87
|
+
schema_check: true
|
|
88
|
+
keyword_match_threshold: 0.7
|
|
89
|
+
|
|
90
|
+
- id: tc003_quality_gates
|
|
91
|
+
description: "Configure quality gates and thresholds"
|
|
92
|
+
category: quality_gates
|
|
93
|
+
priority: high
|
|
94
|
+
|
|
95
|
+
input:
|
|
96
|
+
coverage_threshold: 80
|
|
97
|
+
test_pass_rate: 95
|
|
98
|
+
performance_budget_ms: 2000
|
|
99
|
+
|
|
100
|
+
expected_output:
|
|
101
|
+
must_contain:
|
|
102
|
+
- "gate"
|
|
103
|
+
- "threshold"
|
|
104
|
+
- "coverage"
|
|
105
|
+
|
|
106
|
+
validation:
|
|
107
|
+
schema_check: true
|
|
108
|
+
|
|
109
|
+
- id: tc004_flaky_test_handling
|
|
110
|
+
description: "Generate strategy for flaky test detection"
|
|
111
|
+
category: resilience
|
|
112
|
+
priority: medium
|
|
113
|
+
|
|
114
|
+
input:
|
|
115
|
+
test_results: [
|
|
116
|
+
{ "name": "test_a", "run1": "pass", "run2": "fail", "run3": "pass" },
|
|
117
|
+
{ "name": "test_b", "run1": "pass", "run2": "pass", "run3": "pass" }
|
|
118
|
+
]
|
|
119
|
+
|
|
120
|
+
expected_output:
|
|
121
|
+
must_contain:
|
|
122
|
+
- "flaky"
|
|
123
|
+
- "retry"
|
|
124
|
+
- "strategy"
|
|
125
|
+
|
|
126
|
+
validation:
|
|
127
|
+
schema_check: true
|
|
128
|
+
|
|
129
|
+
- id: tc005_negative_invalid_config
|
|
130
|
+
description: "Handle invalid pipeline configuration gracefully"
|
|
131
|
+
category: error_handling
|
|
132
|
+
priority: medium
|
|
133
|
+
|
|
134
|
+
input:
|
|
135
|
+
pipeline_config: null
|
|
136
|
+
|
|
137
|
+
expected_output:
|
|
138
|
+
must_contain:
|
|
139
|
+
- "invalid"
|
|
140
|
+
- "require"
|
|
141
|
+
|
|
142
|
+
validation:
|
|
143
|
+
schema_check: true
|
|
144
|
+
allow_partial: true
|
|
145
|
+
|
|
146
|
+
success_criteria:
|
|
147
|
+
pass_rate: 0.9
|
|
148
|
+
critical_pass_rate: 1.0
|
|
149
|
+
avg_reasoning_quality: 0.75
|
|
150
|
+
max_execution_time_ms: 300000
|
|
151
|
+
|
|
152
|
+
metadata:
|
|
153
|
+
author: "qe-coordinator"
|
|
154
|
+
created: "2026-02-02"
|
|
155
|
+
coverage_target: >
|
|
156
|
+
CI/CD orchestration with 5 test cases covering basic pipeline setup,
|
|
157
|
+
parallel execution, quality gates, flaky test handling, and error cases.
|