agentic-qe 3.8.2 → 3.8.3
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/README.md +29 -7
- package/.claude/skills/TRUST-TIERS.md +26 -10
- package/.claude/skills/a11y-ally/SKILL.md +10 -1
- package/.claude/skills/accessibility-testing/SKILL.md +2 -0
- package/.claude/skills/agentic-quality-engineering/SKILL.md +1 -1
- package/.claude/skills/api-testing-patterns/SKILL.md +8 -0
- package/.claude/skills/api-testing-patterns/config.json +14 -0
- package/.claude/skills/api-testing-patterns/templates/api-test-scaffold.md +87 -0
- package/.claude/skills/bug-reporting-excellence/SKILL.md +14 -0
- package/.claude/skills/code-review-quality/SKILL.md +14 -0
- package/.claude/skills/compatibility-testing/SKILL.md +1 -54
- package/.claude/skills/compliance-testing/SKILL.md +8 -0
- package/.claude/skills/compliance-testing/config.json +13 -0
- package/.claude/skills/consultancy-practices/SKILL.md +1 -32
- package/.claude/skills/context-driven-testing/SKILL.md +0 -41
- package/.claude/skills/contract-testing/SKILL.md +12 -0
- package/.claude/skills/contract-testing/config.json +13 -0
- package/.claude/skills/contract-testing/references/agent-commands.md +103 -0
- package/.claude/skills/contract-testing/references/provider-states.md +45 -0
- package/.claude/skills/coverage-drop-investigator/SKILL.md +90 -0
- package/.claude/skills/coverage-guard/SKILL.md +82 -0
- package/.claude/skills/coverage-guard/scripts/check-coverage.sh +42 -0
- package/.claude/skills/database-testing/SKILL.md +0 -10
- package/.claude/skills/debug-loop/SKILL.md +1 -1
- package/.claude/skills/e2e-flow-verifier/SKILL.md +78 -0
- package/.claude/skills/enterprise-integration-testing/SKILL.md +1 -1
- package/.claude/skills/exploratory-testing-advanced/SKILL.md +8 -0
- package/.claude/skills/exploratory-testing-advanced/references/heuristic-cheatsheet.md +48 -0
- package/.claude/skills/freeze-tests/SKILL.md +67 -0
- package/.claude/skills/freeze-tests/scripts/block-test-edits.sh +27 -0
- package/.claude/skills/localization-testing/SKILL.md +0 -17
- package/.claude/skills/mobile-testing/SKILL.md +2 -49
- package/.claude/skills/mutation-testing/SKILL.md +26 -0
- package/.claude/skills/mutation-testing/config.json +14 -0
- package/.claude/skills/mutation-testing/references/mutation-operators.md +38 -0
- package/.claude/skills/mutation-testing/run-history.json +6 -0
- package/.claude/skills/no-skip/SKILL.md +74 -0
- package/.claude/skills/no-skip/scripts/check-skips.sh +28 -0
- package/.claude/skills/pair-programming/SKILL.md +1 -1
- package/.claude/skills/pentest-validation/SKILL.md +2 -3
- package/.claude/skills/performance-testing/SKILL.md +21 -0
- package/.claude/skills/performance-testing/config.json +18 -0
- package/.claude/skills/performance-testing/references/k6-patterns.md +72 -0
- package/.claude/skills/performance-testing/run-history.json +6 -0
- package/.claude/skills/pr-review/SKILL.md +3 -3
- package/.claude/skills/qcsd-cicd-swarm/SKILL.md +1 -1
- package/.claude/skills/qcsd-development-swarm/SKILL.md +1 -1
- package/.claude/skills/qcsd-ideation-swarm/SKILL.md +1 -1
- package/.claude/skills/qcsd-production-swarm/SKILL.md +1 -1
- package/.claude/skills/qcsd-refinement-swarm/SKILL.md +1 -1
- package/.claude/skills/qe-chaos-resilience/SKILL.md +2 -2
- package/.claude/skills/qe-code-intelligence/SKILL.md +9 -1
- package/.claude/skills/qe-coverage-analysis/SKILL.md +28 -1
- package/.claude/skills/qe-coverage-analysis/run-history.json +6 -0
- package/.claude/skills/qe-defect-intelligence/SKILL.md +1 -1
- package/.claude/skills/qe-learning-optimization/SKILL.md +1 -1
- package/.claude/skills/qe-quality-assessment/SKILL.md +29 -2
- package/.claude/skills/qe-quality-assessment/run-history.json +6 -0
- package/.claude/skills/qe-requirements-validation/SKILL.md +1 -1
- package/.claude/skills/qe-test-execution/SKILL.md +9 -1
- package/.claude/skills/qe-test-generation/SKILL.md +15 -1
- package/.claude/skills/qe-test-generation/config.json +14 -0
- package/.claude/skills/qe-test-generation/templates/test-scaffold-jest.md +72 -0
- package/.claude/skills/qe-visual-accessibility/SKILL.md +1 -1
- package/.claude/skills/quality-metrics/SKILL.md +3 -77
- package/.claude/skills/regression-testing/SKILL.md +13 -48
- package/.claude/skills/risk-based-testing/SKILL.md +6 -51
- package/.claude/skills/security-testing/SKILL.md +30 -0
- package/.claude/skills/security-testing/config.json +13 -0
- package/.claude/skills/security-testing/references/compliance-agent-commands.md +131 -0
- package/.claude/skills/security-testing/references/owasp-top-10.md +66 -0
- package/.claude/skills/security-testing/run-history.json +6 -0
- package/.claude/skills/security-testing/templates/security-report.md +44 -0
- package/.claude/skills/security-watch/SKILL.md +93 -0
- package/.claude/skills/security-watch/scripts/scan-security.sh +46 -0
- package/.claude/skills/shift-left-testing/SKILL.md +16 -87
- package/.claude/skills/skill-stats/SKILL.md +79 -0
- package/.claude/skills/skills-manifest.json +1 -1
- package/.claude/skills/strict-tdd/SKILL.md +72 -0
- package/.claude/skills/strict-tdd/scripts/enforce-red-phase.sh +36 -0
- package/.claude/skills/tdd-london-chicago/SKILL.md +8 -0
- package/.claude/skills/test-automation-strategy/SKILL.md +13 -64
- package/.claude/skills/test-data-management/SKILL.md +1 -104
- package/.claude/skills/test-design-techniques/SKILL.md +2 -151
- package/.claude/skills/test-environment-management/SKILL.md +0 -47
- package/.claude/skills/test-failure-investigator/SKILL.md +99 -0
- package/.claude/skills/test-metrics-dashboard/SKILL.md +97 -0
- package/.claude/skills/trust-tier-manifest.json +135 -61
- package/.claude/skills/validation-pipeline/SKILL.md +1 -1
- package/.claude/skills/verification-quality/SKILL.md +15 -1
- package/.claude/skills/xp-practices/SKILL.md +2 -109
- package/CHANGELOG.md +29 -0
- package/README.md +5 -1
- package/assets/skills/README.md +173 -0
- package/assets/skills/TRUST-TIERS.md +174 -0
- package/assets/skills/a11y-ally/SKILL.md +10 -1
- package/assets/skills/accessibility-testing/SKILL.md +2 -0
- package/assets/skills/agentic-quality-engineering/SKILL.md +1 -1
- package/assets/skills/api-testing-patterns/SKILL.md +8 -0
- package/assets/skills/api-testing-patterns/config.json +14 -0
- package/assets/skills/api-testing-patterns/templates/api-test-scaffold.md +87 -0
- package/assets/skills/bug-reporting-excellence/SKILL.md +14 -0
- package/assets/skills/code-review-quality/SKILL.md +14 -0
- package/assets/skills/compatibility-testing/SKILL.md +1 -54
- package/assets/skills/compliance-testing/SKILL.md +8 -0
- package/assets/skills/compliance-testing/config.json +13 -0
- package/assets/skills/consultancy-practices/SKILL.md +1 -32
- package/assets/skills/context-driven-testing/SKILL.md +0 -41
- package/assets/skills/contract-testing/SKILL.md +12 -0
- package/assets/skills/contract-testing/config.json +13 -0
- package/assets/skills/contract-testing/references/agent-commands.md +103 -0
- package/assets/skills/contract-testing/references/provider-states.md +45 -0
- package/assets/skills/coverage-drop-investigator/SKILL.md +90 -0
- package/assets/skills/coverage-guard/SKILL.md +82 -0
- package/assets/skills/coverage-guard/scripts/check-coverage.sh +42 -0
- package/assets/skills/database-testing/SKILL.md +0 -10
- package/assets/skills/debug-loop/SKILL.md +1 -1
- package/assets/skills/e2e-flow-verifier/SKILL.md +78 -0
- package/assets/skills/enterprise-integration-testing/SKILL.md +1 -1
- package/assets/skills/exploratory-testing-advanced/SKILL.md +8 -0
- package/assets/skills/exploratory-testing-advanced/references/heuristic-cheatsheet.md +48 -0
- package/assets/skills/freeze-tests/SKILL.md +67 -0
- package/assets/skills/freeze-tests/scripts/block-test-edits.sh +27 -0
- package/assets/skills/localization-testing/SKILL.md +0 -17
- package/assets/skills/mobile-testing/SKILL.md +2 -49
- package/assets/skills/mutation-testing/SKILL.md +26 -0
- package/assets/skills/mutation-testing/config.json +14 -0
- package/assets/skills/mutation-testing/references/mutation-operators.md +38 -0
- package/assets/skills/mutation-testing/run-history.json +6 -0
- package/assets/skills/no-skip/SKILL.md +74 -0
- package/assets/skills/no-skip/scripts/check-skips.sh +28 -0
- package/assets/skills/pair-programming/SKILL.md +1 -1
- package/assets/skills/pentest-validation/SKILL.md +2 -3
- package/assets/skills/performance-testing/SKILL.md +21 -0
- package/assets/skills/performance-testing/config.json +18 -0
- package/assets/skills/performance-testing/references/k6-patterns.md +72 -0
- package/assets/skills/performance-testing/run-history.json +6 -0
- package/assets/skills/pr-review/SKILL.md +3 -3
- package/assets/skills/qcsd-cicd-swarm/SKILL.md +1 -1
- package/assets/skills/qcsd-development-swarm/SKILL.md +1 -1
- package/assets/skills/qcsd-ideation-swarm/SKILL.md +1 -1
- package/assets/skills/qcsd-production-swarm/SKILL.md +1 -1
- package/assets/skills/qcsd-refinement-swarm/SKILL.md +1 -1
- package/assets/skills/qe-chaos-resilience/SKILL.md +2 -2
- package/assets/skills/qe-code-intelligence/SKILL.md +9 -1
- package/assets/skills/qe-coverage-analysis/SKILL.md +28 -1
- package/assets/skills/qe-coverage-analysis/run-history.json +6 -0
- package/assets/skills/qe-defect-intelligence/SKILL.md +1 -1
- package/assets/skills/qe-learning-optimization/SKILL.md +1 -1
- package/assets/skills/qe-quality-assessment/SKILL.md +29 -2
- package/assets/skills/qe-quality-assessment/run-history.json +6 -0
- package/assets/skills/qe-requirements-validation/SKILL.md +1 -1
- package/assets/skills/qe-test-execution/SKILL.md +9 -1
- package/assets/skills/qe-test-generation/SKILL.md +15 -1
- package/assets/skills/qe-test-generation/config.json +14 -0
- package/assets/skills/qe-test-generation/templates/test-scaffold-jest.md +72 -0
- package/assets/skills/qe-visual-accessibility/SKILL.md +1 -1
- package/assets/skills/quality-metrics/SKILL.md +3 -77
- package/assets/skills/regression-testing/SKILL.md +13 -48
- package/assets/skills/risk-based-testing/SKILL.md +6 -51
- package/assets/skills/security-testing/SKILL.md +30 -0
- package/assets/skills/security-testing/config.json +13 -0
- package/assets/skills/security-testing/references/compliance-agent-commands.md +131 -0
- package/assets/skills/security-testing/references/owasp-top-10.md +66 -0
- package/assets/skills/security-testing/run-history.json +6 -0
- package/assets/skills/security-testing/templates/security-report.md +44 -0
- package/assets/skills/security-watch/SKILL.md +93 -0
- package/assets/skills/security-watch/scripts/scan-security.sh +46 -0
- package/assets/skills/shift-left-testing/SKILL.md +16 -87
- package/assets/skills/skill-stats/SKILL.md +79 -0
- package/assets/skills/strict-tdd/SKILL.md +72 -0
- package/assets/skills/strict-tdd/scripts/enforce-red-phase.sh +36 -0
- package/assets/skills/tdd-london-chicago/SKILL.md +8 -0
- package/assets/skills/test-automation-strategy/SKILL.md +13 -64
- package/assets/skills/test-data-management/SKILL.md +1 -104
- package/assets/skills/test-design-techniques/SKILL.md +2 -151
- package/assets/skills/test-environment-management/SKILL.md +0 -47
- package/assets/skills/test-failure-investigator/SKILL.md +99 -0
- package/assets/skills/test-metrics-dashboard/SKILL.md +97 -0
- package/assets/skills/trust-tier-manifest.json +135 -61
- package/assets/skills/validation-pipeline/SKILL.md +1 -1
- package/assets/skills/verification-quality/SKILL.md +15 -1
- package/assets/skills/xp-practices/SKILL.md +2 -109
- package/dist/cli/bundle.js +110 -24
- package/dist/init/opencode-installer.js +2 -3
- package/dist/init/phases/07-hooks.js +3 -3
- package/dist/init/settings-merge.js +1 -2
- package/dist/init/skills-installer.d.ts +10 -0
- package/dist/init/skills-installer.js +68 -6
- package/dist/integrations/ruvector/sona-persistence.d.ts +6 -0
- package/dist/integrations/ruvector/sona-persistence.js +26 -1
- package/dist/mcp/bundle.js +29 -8
- package/dist/mcp/entry.js +6 -6
- package/dist/migration/agent-compat.js +2 -2
- package/package.json +2 -2
- package/.claude/skills/aqe-v2-v3-migration/schemas/output.json +0 -513
- package/.claude/skills/aqe-v2-v3-migration/skill.md +0 -325
- package/.claude/skills/qe-contract-testing/SKILL.md +0 -223
- package/.claude/skills/qe-contract-testing/evals/qe-contract-testing.yaml +0 -513
- package/.claude/skills/qe-contract-testing/schemas/output.json +0 -295
- package/.claude/skills/qe-contract-testing/scripts/validate-config.json +0 -42
- package/.claude/skills/qe-security-compliance/SKILL.md +0 -260
- package/.claude/skills/qe-security-compliance/evals/qe-security-compliance.yaml +0 -595
- package/.claude/skills/qe-security-compliance/schemas/output.json +0 -498
- package/.claude/skills/qe-security-compliance/scripts/validate-config.json +0 -41
- package/.opencode/skills/qe-contract-testing.yaml +0 -45
- package/.opencode/skills/qe-security-compliance.yaml +0 -45
- package/assets/skills/aqe-v2-v3-migration/schemas/output.json +0 -513
- package/assets/skills/aqe-v2-v3-migration/skill.md +0 -325
- package/assets/skills/qe-contract-testing/SKILL.md +0 -223
- package/assets/skills/qe-contract-testing/evals/qe-contract-testing.yaml +0 -513
- package/assets/skills/qe-contract-testing/schemas/output.json +0 -295
- package/assets/skills/qe-contract-testing/scripts/validate-config.json +0 -42
- package/assets/skills/qe-security-compliance/SKILL.md +0 -260
- package/assets/skills/qe-security-compliance/evals/qe-security-compliance.yaml +0 -595
- package/assets/skills/qe-security-compliance/schemas/output.json +0 -498
- package/assets/skills/qe-security-compliance/scripts/validate-config.json +0 -41
|
@@ -5,17 +5,17 @@
|
|
|
5
5
|
"generator": "scripts/update-skill-manifest.ts",
|
|
6
6
|
"trustTierPolicy": "ADR-056",
|
|
7
7
|
"summary": {
|
|
8
|
-
"tier0":
|
|
8
|
+
"tier0": 51,
|
|
9
9
|
"tier1": 5,
|
|
10
10
|
"tier2": 7,
|
|
11
|
-
"tier3":
|
|
12
|
-
"total":
|
|
11
|
+
"tier3": 49,
|
|
12
|
+
"total": 112
|
|
13
13
|
},
|
|
14
14
|
"validationStatus": {
|
|
15
|
-
"passing":
|
|
15
|
+
"passing": 49,
|
|
16
16
|
"failing": 0,
|
|
17
17
|
"unknown": 12,
|
|
18
|
-
"skipped":
|
|
18
|
+
"skipped": 51
|
|
19
19
|
},
|
|
20
20
|
"skillsByTier": {
|
|
21
21
|
"tier3": [
|
|
@@ -314,16 +314,6 @@
|
|
|
314
314
|
},
|
|
315
315
|
"file": "qe-code-intelligence/SKILL.md"
|
|
316
316
|
},
|
|
317
|
-
{
|
|
318
|
-
"name": "qe-contract-testing",
|
|
319
|
-
"validation": {
|
|
320
|
-
"status": "passing",
|
|
321
|
-
"schemaPath": "schemas/output.json",
|
|
322
|
-
"validatorPath": "scripts/validate-config.json",
|
|
323
|
-
"evalPath": "evals/qe-contract-testing.yaml"
|
|
324
|
-
},
|
|
325
|
-
"file": "qe-contract-testing/SKILL.md"
|
|
326
|
-
},
|
|
327
317
|
{
|
|
328
318
|
"name": "qe-coverage-analysis",
|
|
329
319
|
"validation": {
|
|
@@ -374,16 +364,6 @@
|
|
|
374
364
|
},
|
|
375
365
|
"file": "qe-requirements-validation/SKILL.md"
|
|
376
366
|
},
|
|
377
|
-
{
|
|
378
|
-
"name": "qe-security-compliance",
|
|
379
|
-
"validation": {
|
|
380
|
-
"status": "passing",
|
|
381
|
-
"schemaPath": "schemas/output.json",
|
|
382
|
-
"validatorPath": "scripts/validate-config.json",
|
|
383
|
-
"evalPath": "evals/qe-security-compliance.yaml"
|
|
384
|
-
},
|
|
385
|
-
"file": "qe-security-compliance/SKILL.md"
|
|
386
|
-
},
|
|
387
367
|
{
|
|
388
368
|
"name": "qe-test-execution",
|
|
389
369
|
"validation": {
|
|
@@ -650,14 +630,6 @@
|
|
|
650
630
|
},
|
|
651
631
|
"file": "agentic-quality-engineering/SKILL.md"
|
|
652
632
|
},
|
|
653
|
-
{
|
|
654
|
-
"name": "aqe-v2-v3-migration",
|
|
655
|
-
"validation": {
|
|
656
|
-
"status": "unknown",
|
|
657
|
-
"schemaPath": "schemas/output.json"
|
|
658
|
-
},
|
|
659
|
-
"file": "aqe-v2-v3-migration/SKILL.md"
|
|
660
|
-
},
|
|
661
633
|
{
|
|
662
634
|
"name": "consultancy-practices",
|
|
663
635
|
"category": "professional-practice",
|
|
@@ -716,6 +688,16 @@
|
|
|
716
688
|
"category": "testing-methodologies",
|
|
717
689
|
"file": "context-driven-testing/SKILL.md"
|
|
718
690
|
},
|
|
691
|
+
{
|
|
692
|
+
"name": "coverage-drop-investigator",
|
|
693
|
+
"category": "investigation",
|
|
694
|
+
"file": "coverage-drop-investigator/SKILL.md"
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
"name": "coverage-guard",
|
|
698
|
+
"category": "on-demand-hooks",
|
|
699
|
+
"file": "coverage-guard/SKILL.md"
|
|
700
|
+
},
|
|
719
701
|
{
|
|
720
702
|
"name": "debug-loop",
|
|
721
703
|
"category": "debugging",
|
|
@@ -724,6 +706,11 @@
|
|
|
724
706
|
},
|
|
725
707
|
"file": "debug-loop/SKILL.md"
|
|
726
708
|
},
|
|
709
|
+
{
|
|
710
|
+
"name": "e2e-flow-verifier",
|
|
711
|
+
"category": "product-verification",
|
|
712
|
+
"file": "e2e-flow-verifier/SKILL.md"
|
|
713
|
+
},
|
|
727
714
|
{
|
|
728
715
|
"name": "exploratory-testing-advanced",
|
|
729
716
|
"category": "testing-methodologies",
|
|
@@ -744,6 +731,11 @@
|
|
|
744
731
|
"category": "orchestration",
|
|
745
732
|
"file": "flow-nexus-swarm/SKILL.md"
|
|
746
733
|
},
|
|
734
|
+
{
|
|
735
|
+
"name": "freeze-tests",
|
|
736
|
+
"category": "on-demand-hooks",
|
|
737
|
+
"file": "freeze-tests/SKILL.md"
|
|
738
|
+
},
|
|
747
739
|
{
|
|
748
740
|
"name": "github-code-review",
|
|
749
741
|
"category": "github",
|
|
@@ -787,6 +779,11 @@
|
|
|
787
779
|
"name": "iterative-loop",
|
|
788
780
|
"file": "iterative-loop/SKILL.md"
|
|
789
781
|
},
|
|
782
|
+
{
|
|
783
|
+
"name": "no-skip",
|
|
784
|
+
"category": "on-demand-hooks",
|
|
785
|
+
"file": "no-skip/SKILL.md"
|
|
786
|
+
},
|
|
790
787
|
{
|
|
791
788
|
"name": "pair-programming",
|
|
792
789
|
"file": "pair-programming/SKILL.md"
|
|
@@ -807,6 +804,11 @@
|
|
|
807
804
|
"name": "reasoningbank-intelligence",
|
|
808
805
|
"file": "reasoningbank-intelligence/SKILL.md"
|
|
809
806
|
},
|
|
807
|
+
{
|
|
808
|
+
"name": "security-watch",
|
|
809
|
+
"category": "on-demand-hooks",
|
|
810
|
+
"file": "security-watch/SKILL.md"
|
|
811
|
+
},
|
|
810
812
|
{
|
|
811
813
|
"name": "six-thinking-hats",
|
|
812
814
|
"category": "methodology",
|
|
@@ -816,11 +818,21 @@
|
|
|
816
818
|
"name": "skill-builder",
|
|
817
819
|
"file": "skill-builder/SKILL.md"
|
|
818
820
|
},
|
|
821
|
+
{
|
|
822
|
+
"name": "skill-stats",
|
|
823
|
+
"category": "measurement",
|
|
824
|
+
"file": "skill-stats/SKILL.md"
|
|
825
|
+
},
|
|
819
826
|
{
|
|
820
827
|
"name": "sparc-methodology",
|
|
821
828
|
"category": "development",
|
|
822
829
|
"file": "sparc-methodology/SKILL.md"
|
|
823
830
|
},
|
|
831
|
+
{
|
|
832
|
+
"name": "strict-tdd",
|
|
833
|
+
"category": "on-demand-hooks",
|
|
834
|
+
"file": "strict-tdd/SKILL.md"
|
|
835
|
+
},
|
|
824
836
|
{
|
|
825
837
|
"name": "stream-chain",
|
|
826
838
|
"category": "workflow",
|
|
@@ -835,6 +847,16 @@
|
|
|
835
847
|
"name": "swarm-orchestration",
|
|
836
848
|
"file": "swarm-orchestration/SKILL.md"
|
|
837
849
|
},
|
|
850
|
+
{
|
|
851
|
+
"name": "test-failure-investigator",
|
|
852
|
+
"category": "investigation",
|
|
853
|
+
"file": "test-failure-investigator/SKILL.md"
|
|
854
|
+
},
|
|
855
|
+
{
|
|
856
|
+
"name": "test-metrics-dashboard",
|
|
857
|
+
"category": "analytics",
|
|
858
|
+
"file": "test-metrics-dashboard/SKILL.md"
|
|
859
|
+
},
|
|
838
860
|
{
|
|
839
861
|
"name": "v3-cli-modernization",
|
|
840
862
|
"file": "v3-cli-modernization/SKILL.md"
|
|
@@ -1361,16 +1383,6 @@
|
|
|
1361
1383
|
},
|
|
1362
1384
|
"file": "qe-code-intelligence/SKILL.md"
|
|
1363
1385
|
},
|
|
1364
|
-
"qe-contract-testing": {
|
|
1365
|
-
"trustTier": 3,
|
|
1366
|
-
"validation": {
|
|
1367
|
-
"status": "passing",
|
|
1368
|
-
"schemaPath": "schemas/output.json",
|
|
1369
|
-
"validatorPath": "scripts/validate-config.json",
|
|
1370
|
-
"evalPath": "evals/qe-contract-testing.yaml"
|
|
1371
|
-
},
|
|
1372
|
-
"file": "qe-contract-testing/SKILL.md"
|
|
1373
|
-
},
|
|
1374
1386
|
"qe-coverage-analysis": {
|
|
1375
1387
|
"trustTier": 3,
|
|
1376
1388
|
"validation": {
|
|
@@ -1421,16 +1433,6 @@
|
|
|
1421
1433
|
},
|
|
1422
1434
|
"file": "qe-requirements-validation/SKILL.md"
|
|
1423
1435
|
},
|
|
1424
|
-
"qe-security-compliance": {
|
|
1425
|
-
"trustTier": 3,
|
|
1426
|
-
"validation": {
|
|
1427
|
-
"status": "passing",
|
|
1428
|
-
"schemaPath": "schemas/output.json",
|
|
1429
|
-
"validatorPath": "scripts/validate-config.json",
|
|
1430
|
-
"evalPath": "evals/qe-security-compliance.yaml"
|
|
1431
|
-
},
|
|
1432
|
-
"file": "qe-security-compliance/SKILL.md"
|
|
1433
|
-
},
|
|
1434
1436
|
"qe-test-execution": {
|
|
1435
1437
|
"trustTier": 3,
|
|
1436
1438
|
"validation": {
|
|
@@ -1923,14 +1925,6 @@
|
|
|
1923
1925
|
],
|
|
1924
1926
|
"lastUpdated": "2025-12-02"
|
|
1925
1927
|
},
|
|
1926
|
-
"aqe-v2-v3-migration": {
|
|
1927
|
-
"trustTier": 1,
|
|
1928
|
-
"validation": {
|
|
1929
|
-
"status": "unknown",
|
|
1930
|
-
"schemaPath": "schemas/output.json"
|
|
1931
|
-
},
|
|
1932
|
-
"file": "aqe-v2-v3-migration/SKILL.md"
|
|
1933
|
-
},
|
|
1934
1928
|
"consultancy-practices": {
|
|
1935
1929
|
"trustTier": 1,
|
|
1936
1930
|
"category": "professional-practice",
|
|
@@ -2050,6 +2044,30 @@
|
|
|
2050
2044
|
],
|
|
2051
2045
|
"lastUpdated": "2025-12-02"
|
|
2052
2046
|
},
|
|
2047
|
+
"coverage-drop-investigator": {
|
|
2048
|
+
"trustTier": 0,
|
|
2049
|
+
"category": "investigation",
|
|
2050
|
+
"validation": {
|
|
2051
|
+
"status": "skipped"
|
|
2052
|
+
},
|
|
2053
|
+
"file": "coverage-drop-investigator/SKILL.md"
|
|
2054
|
+
},
|
|
2055
|
+
"coverage-guard": {
|
|
2056
|
+
"trustTier": 0,
|
|
2057
|
+
"category": "on-demand-hooks",
|
|
2058
|
+
"validation": {
|
|
2059
|
+
"status": "skipped"
|
|
2060
|
+
},
|
|
2061
|
+
"file": "coverage-guard/SKILL.md"
|
|
2062
|
+
},
|
|
2063
|
+
"e2e-flow-verifier": {
|
|
2064
|
+
"trustTier": 0,
|
|
2065
|
+
"category": "product-verification",
|
|
2066
|
+
"validation": {
|
|
2067
|
+
"status": "skipped"
|
|
2068
|
+
},
|
|
2069
|
+
"file": "e2e-flow-verifier/SKILL.md"
|
|
2070
|
+
},
|
|
2053
2071
|
"exploratory-testing-advanced": {
|
|
2054
2072
|
"trustTier": 0,
|
|
2055
2073
|
"category": "testing-methodologies",
|
|
@@ -2109,6 +2127,14 @@
|
|
|
2109
2127
|
"message-queue"
|
|
2110
2128
|
]
|
|
2111
2129
|
},
|
|
2130
|
+
"freeze-tests": {
|
|
2131
|
+
"trustTier": 0,
|
|
2132
|
+
"category": "on-demand-hooks",
|
|
2133
|
+
"validation": {
|
|
2134
|
+
"status": "skipped"
|
|
2135
|
+
},
|
|
2136
|
+
"file": "freeze-tests/SKILL.md"
|
|
2137
|
+
},
|
|
2112
2138
|
"github-code-review": {
|
|
2113
2139
|
"trustTier": 0,
|
|
2114
2140
|
"category": "github",
|
|
@@ -2225,6 +2251,14 @@
|
|
|
2225
2251
|
},
|
|
2226
2252
|
"file": "iterative-loop/SKILL.md"
|
|
2227
2253
|
},
|
|
2254
|
+
"no-skip": {
|
|
2255
|
+
"trustTier": 0,
|
|
2256
|
+
"category": "on-demand-hooks",
|
|
2257
|
+
"validation": {
|
|
2258
|
+
"status": "skipped"
|
|
2259
|
+
},
|
|
2260
|
+
"file": "no-skip/SKILL.md"
|
|
2261
|
+
},
|
|
2228
2262
|
"pair-programming": {
|
|
2229
2263
|
"trustTier": 0,
|
|
2230
2264
|
"validation": {
|
|
@@ -2246,6 +2280,14 @@
|
|
|
2246
2280
|
},
|
|
2247
2281
|
"file": "reasoningbank-intelligence/SKILL.md"
|
|
2248
2282
|
},
|
|
2283
|
+
"security-watch": {
|
|
2284
|
+
"trustTier": 0,
|
|
2285
|
+
"category": "on-demand-hooks",
|
|
2286
|
+
"validation": {
|
|
2287
|
+
"status": "skipped"
|
|
2288
|
+
},
|
|
2289
|
+
"file": "security-watch/SKILL.md"
|
|
2290
|
+
},
|
|
2249
2291
|
"six-thinking-hats": {
|
|
2250
2292
|
"trustTier": 0,
|
|
2251
2293
|
"category": "methodology",
|
|
@@ -2271,6 +2313,14 @@
|
|
|
2271
2313
|
},
|
|
2272
2314
|
"file": "skill-builder/SKILL.md"
|
|
2273
2315
|
},
|
|
2316
|
+
"skill-stats": {
|
|
2317
|
+
"trustTier": 0,
|
|
2318
|
+
"category": "measurement",
|
|
2319
|
+
"validation": {
|
|
2320
|
+
"status": "skipped"
|
|
2321
|
+
},
|
|
2322
|
+
"file": "skill-stats/SKILL.md"
|
|
2323
|
+
},
|
|
2274
2324
|
"sparc-methodology": {
|
|
2275
2325
|
"trustTier": 0,
|
|
2276
2326
|
"category": "development",
|
|
@@ -2279,6 +2329,14 @@
|
|
|
2279
2329
|
},
|
|
2280
2330
|
"file": "sparc-methodology/SKILL.md"
|
|
2281
2331
|
},
|
|
2332
|
+
"strict-tdd": {
|
|
2333
|
+
"trustTier": 0,
|
|
2334
|
+
"category": "on-demand-hooks",
|
|
2335
|
+
"validation": {
|
|
2336
|
+
"status": "skipped"
|
|
2337
|
+
},
|
|
2338
|
+
"file": "strict-tdd/SKILL.md"
|
|
2339
|
+
},
|
|
2282
2340
|
"stream-chain": {
|
|
2283
2341
|
"trustTier": 0,
|
|
2284
2342
|
"category": "workflow",
|
|
@@ -2318,6 +2376,22 @@
|
|
|
2318
2376
|
},
|
|
2319
2377
|
"file": "swarm-orchestration/SKILL.md"
|
|
2320
2378
|
},
|
|
2379
|
+
"test-failure-investigator": {
|
|
2380
|
+
"trustTier": 0,
|
|
2381
|
+
"category": "investigation",
|
|
2382
|
+
"validation": {
|
|
2383
|
+
"status": "skipped"
|
|
2384
|
+
},
|
|
2385
|
+
"file": "test-failure-investigator/SKILL.md"
|
|
2386
|
+
},
|
|
2387
|
+
"test-metrics-dashboard": {
|
|
2388
|
+
"trustTier": 0,
|
|
2389
|
+
"category": "analytics",
|
|
2390
|
+
"validation": {
|
|
2391
|
+
"status": "skipped"
|
|
2392
|
+
},
|
|
2393
|
+
"file": "test-metrics-dashboard/SKILL.md"
|
|
2394
|
+
},
|
|
2321
2395
|
"v3-cli-modernization": {
|
|
2322
2396
|
"trustTier": 0,
|
|
2323
2397
|
"validation": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: "Validation Pipeline"
|
|
3
|
-
description: "
|
|
3
|
+
description: "Use when validating requirements, code, or artifacts through structured gate enforcement with per-step scoring and pass/fail reports."
|
|
4
4
|
trust_tier: 3
|
|
5
5
|
validation:
|
|
6
6
|
schema_path: schemas/output.json
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: "Verification & Quality Assurance"
|
|
3
|
-
description: "
|
|
3
|
+
description: "Use when verifying agent outputs are correct, validating code changes before merge, or setting up automatic rollback for failed quality checks."
|
|
4
4
|
version: "2.0.0"
|
|
5
5
|
category: "quality-assurance"
|
|
6
6
|
tags: ["verification", "truth-scoring", "quality", "rollback", "metrics", "ci-cd"]
|
|
@@ -641,6 +641,20 @@ Verification commands return standard exit codes:
|
|
|
641
641
|
7. **Review Rollbacks**: Understand why changes were rejected
|
|
642
642
|
8. **Train Agents**: Use verification feedback to improve agent performance
|
|
643
643
|
|
|
644
|
+
## Skill Composition
|
|
645
|
+
|
|
646
|
+
- **Before verification** → Run `/qe-test-generation` and `/qe-coverage-analysis` first
|
|
647
|
+
- **If verification fails** → Use `/test-failure-investigator` for root cause analysis
|
|
648
|
+
- **Ship decision** → Feed into `/qe-quality-assessment` for final assessment
|
|
649
|
+
|
|
650
|
+
## Gotchas
|
|
651
|
+
|
|
652
|
+
- Verification is the HIGHEST-VALUE skill category (Anthropic: "worth having an engineer spend a week making verification skills excellent")
|
|
653
|
+
- "Success is silent, only failures are verbose" — swallow passing test output, surface only errors to avoid context window flooding
|
|
654
|
+
- Agent completion claims are unreliable — always include programmatic assertions on state, not just "looks right"
|
|
655
|
+
- Have Claude record a video of its output so you can see exactly what it tested (Playwright trace, screenshot evidence)
|
|
656
|
+
- Hardcoded values are the #1 completion theater pattern — grep for literals that should be dynamic
|
|
657
|
+
|
|
644
658
|
### Additional Resources
|
|
645
659
|
|
|
646
660
|
- Truth Scoring Algorithm: See `/docs/truth-scoring.md`
|
|
@@ -50,31 +50,6 @@ A: Make test pass + refactor
|
|
|
50
50
|
|
|
51
51
|
## Quick Reference Card
|
|
52
52
|
|
|
53
|
-
### The Five XP Values
|
|
54
|
-
|
|
55
|
-
| Value | Meaning | Practice |
|
|
56
|
-
|-------|---------|----------|
|
|
57
|
-
| **Communication** | Everyone knows what everyone does | Daily standups, pairing |
|
|
58
|
-
| **Simplicity** | Simplest thing that works | YAGNI, small design |
|
|
59
|
-
| **Feedback** | Get feedback early and often | TDD, CI, short iterations |
|
|
60
|
-
| **Courage** | Tell truth, adapt | Refactor, admit mistakes |
|
|
61
|
-
| **Respect** | Everyone contributes value | Sustainable pace, pairing |
|
|
62
|
-
|
|
63
|
-
### Core Practices
|
|
64
|
-
|
|
65
|
-
| Practice | Description | Benefit |
|
|
66
|
-
|----------|-------------|---------|
|
|
67
|
-
| **Pair Programming** | Two devs, one workstation | Quality + knowledge sharing |
|
|
68
|
-
| **TDD** | Red-Green-Refactor | Confidence + design |
|
|
69
|
-
| **CI** | Integrate multiple times/day | Fast feedback |
|
|
70
|
-
| **Collective Ownership** | Anyone can change anything | No bottlenecks |
|
|
71
|
-
| **Sustainable Pace** | 40-hour weeks | Long-term productivity |
|
|
72
|
-
| **Small Releases** | Ship frequently | Risk reduction |
|
|
73
|
-
|
|
74
|
-
---
|
|
75
|
-
|
|
76
|
-
## Pair Programming
|
|
77
|
-
|
|
78
53
|
### When to Pair
|
|
79
54
|
|
|
80
55
|
| Context | Pair? | Why |
|
|
@@ -86,73 +61,6 @@ A: Make test pass + refactor
|
|
|
86
61
|
| Simple tasks | ❌ Skip | Not worth overhead |
|
|
87
62
|
| Research spikes | ❌ Skip | Pair to discuss findings |
|
|
88
63
|
|
|
89
|
-
### Pairing Dos and Don'ts
|
|
90
|
-
|
|
91
|
-
**Do:**
|
|
92
|
-
- ✅ Switch roles every 20-30 min
|
|
93
|
-
- ✅ Take breaks together
|
|
94
|
-
- ✅ Think out loud
|
|
95
|
-
- ✅ Ask questions
|
|
96
|
-
- ✅ Keep sessions 2-4 hours max
|
|
97
|
-
|
|
98
|
-
**Don't:**
|
|
99
|
-
- ❌ Grab keyboard without asking
|
|
100
|
-
- ❌ Check phone while pairing
|
|
101
|
-
- ❌ Dominate conversation
|
|
102
|
-
- ❌ Pair all day (exhausting)
|
|
103
|
-
|
|
104
|
-
---
|
|
105
|
-
|
|
106
|
-
## Ensemble (Mob) Programming
|
|
107
|
-
|
|
108
|
-
**Setup:** 3+ developers, one screen, rotating driver
|
|
109
|
-
|
|
110
|
-
```
|
|
111
|
-
[Screen]
|
|
112
|
-
↓
|
|
113
|
-
[Driver] ← Directions from navigators
|
|
114
|
-
↑
|
|
115
|
-
[Navigator 1] [Navigator 2] [Navigator 3]
|
|
116
|
-
```
|
|
117
|
-
|
|
118
|
-
**Rotation:** Driver switches every 5-10 min
|
|
119
|
-
|
|
120
|
-
**Best for:**
|
|
121
|
-
- Complex problem solving
|
|
122
|
-
- Architectural decisions
|
|
123
|
-
- Learning new frameworks
|
|
124
|
-
- Resolving blockers
|
|
125
|
-
|
|
126
|
-
---
|
|
127
|
-
|
|
128
|
-
## Continuous Integration
|
|
129
|
-
|
|
130
|
-
**CI Workflow:**
|
|
131
|
-
```
|
|
132
|
-
1. Pull latest from main
|
|
133
|
-
2. Make small change (<2 hrs work)
|
|
134
|
-
3. Run tests locally (all pass)
|
|
135
|
-
4. Commit and push
|
|
136
|
-
5. CI runs tests automatically
|
|
137
|
-
6. If fail → fix immediately
|
|
138
|
-
```
|
|
139
|
-
|
|
140
|
-
**Best Practices:**
|
|
141
|
-
- Commit frequently (small changes)
|
|
142
|
-
- Keep build fast (<10 min)
|
|
143
|
-
- Fix broken builds immediately
|
|
144
|
-
- Never commit to broken build
|
|
145
|
-
|
|
146
|
-
---
|
|
147
|
-
|
|
148
|
-
## Four Rules of Simple Design
|
|
149
|
-
|
|
150
|
-
(In priority order)
|
|
151
|
-
1. **Passes all tests** - Works correctly
|
|
152
|
-
2. **Reveals intention** - Clear, expressive code
|
|
153
|
-
3. **No duplication** - DRY principle
|
|
154
|
-
4. **Fewest elements** - No speculative code
|
|
155
|
-
|
|
156
64
|
---
|
|
157
65
|
|
|
158
66
|
## Agent Integration
|
|
@@ -202,17 +110,6 @@ const xpFleet = await FleetManager.coordinate({
|
|
|
202
110
|
|
|
203
111
|
---
|
|
204
112
|
|
|
205
|
-
## Common Objections
|
|
206
|
-
|
|
207
|
-
| Objection | Response |
|
|
208
|
-
|-----------|----------|
|
|
209
|
-
| "Pairing is 2x slower" | 15% slower writing, 15% fewer bugs, net positive |
|
|
210
|
-
| "No time for TDD" | Debugging takes longer than testing |
|
|
211
|
-
| "CI is hard to setup" | Start simple: one action, one test |
|
|
212
|
-
| "Collective ownership = chaos" | Only without tests + CI |
|
|
213
|
-
|
|
214
|
-
---
|
|
215
|
-
|
|
216
113
|
## Related Skills
|
|
217
114
|
- [tdd-london-chicago](../tdd-london-chicago/) - TDD deep dive
|
|
218
115
|
- [refactoring-patterns](../refactoring-patterns/) - Safe refactoring
|
|
@@ -222,10 +119,6 @@ const xpFleet = await FleetManager.coordinate({
|
|
|
222
119
|
|
|
223
120
|
## Remember
|
|
224
121
|
|
|
225
|
-
**XP practices work as a system
|
|
226
|
-
- TDD enables collective ownership
|
|
227
|
-
- CI enables small releases
|
|
228
|
-
- Pairing enables collective ownership
|
|
229
|
-
- Sustainable pace enables everything
|
|
122
|
+
**XP practices work as a system** - TDD enables collective ownership, CI enables small releases, pairing enables collective ownership. Don't cherry-pick randomly.
|
|
230
123
|
|
|
231
|
-
**With Agents:**
|
|
124
|
+
**With Agents:** Pair humans with agents. Agents handle repetitive work (regression, data generation, coverage analysis), humans provide judgment and creativity.
|
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,35 @@ All notable changes to the Agentic QE project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [3.8.3] - 2026-03-18
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
|
|
12
|
+
- **Portable hook commands** — `aqe init` no longer embeds the host machine's absolute path into `.claude/settings.json` hook commands. Commands now use simple relative paths (`node .claude/helpers/brain-checkpoint.cjs`), making settings fully portable across machines. ([#369](https://github.com/proffesor-for-testing/agentic-qe/issues/369))
|
|
13
|
+
- **SONA persistence initialization** — Fixed circular `ensureInitialized()` call during `PersistentSONAEngine._doInitialize()` that caused all 31 sona-persistence tests to fail when `useSONAThreeLoop` flag was enabled by default.
|
|
14
|
+
- **RuVector feature flag test compatibility** — Updated compressed-hnsw and temporal-compression tests to explicitly set flag state instead of assuming defaults, fixing 9 test failures introduced when v3.8.0 enabled all flags by default.
|
|
15
|
+
- **CI timeout and contract test path** — Resolved CI workflow timeouts and broken contract test path. ([#350](https://github.com/proffesor-for-testing/agentic-qe/issues/350))
|
|
16
|
+
- **OpenCode config schema** — `aqe init --with-opencode` now generates valid `opencode.json` matching OpenCode's `McpLocal.strict()` zod schema (`command` as string array, `environment` instead of `env`, no extra `args` field). ([#370](https://github.com/proffesor-for-testing/agentic-qe/issues/370))
|
|
17
|
+
- **Infra-healing fallback playbook** — Fixed field name mismatches (`check` → `healthCheck`, added `verify`) in the hardcoded fallback playbook that caused a TypeError on every MCP startup. ([#371](https://github.com/proffesor-for-testing/agentic-qe/issues/371))
|
|
18
|
+
- **Fleet init crash** — `LearningOptimizationCoordinator` now gracefully degrades when SONA init fails, matching the other 6 coordinators. Combined with the circular init fix, fleet initialization succeeds on MCP startup. ([#372](https://github.com/proffesor-for-testing/agentic-qe/issues/372))
|
|
19
|
+
|
|
20
|
+
### Added
|
|
21
|
+
|
|
22
|
+
- **ADR-086 skill design standards** — Major overhaul of all 84 QE skills based on Anthropic's "Lessons from Building Claude Code" skill design guidance. Skills are now folder-based systems with progressive disclosure, gotchas, composition, config, and run history.
|
|
23
|
+
- **5 new skills** — `test-failure-investigator`, `coverage-drop-investigator`, `e2e-flow-verifier`, `test-metrics-dashboard`, and `skill-stats` fill previously missing categories.
|
|
24
|
+
- **5 on-demand hook skills** — `strict-tdd`, `no-skip`, `coverage-guard`, `freeze-tests`, and `security-watch` with executable scripts that activate via slash commands.
|
|
25
|
+
- **Gotchas sections** — 30 skills now include battle-tested failure data from production learning records.
|
|
26
|
+
- **Reference and template files** — 10 reference/template files across 7 skills (OWASP top 10, k6 configs, mutation operators, security report templates, etc.).
|
|
27
|
+
- **Skill composition** — Cross-references added to 10 key skills showing how to chain skills together for complex workflows.
|
|
28
|
+
- **Config and run-history** — `config.json` with `_setupPrompt` added to 7 skills; `run-history.json` with write instructions added to 5 metric-producing skills.
|
|
29
|
+
|
|
30
|
+
### Changed
|
|
31
|
+
|
|
32
|
+
- **Skill descriptions rewritten** — All 84 skill descriptions now use "Use when..." trigger conditions for better auto-detection.
|
|
33
|
+
- **Textbook knowledge stripped** — 892 lines of generic content removed from 15 skills (26% size reduction) to focus on actionable guidance.
|
|
34
|
+
- **3 redundant skills removed** — `qe-contract-testing` (→ `contract-testing`), `qe-security-compliance` (→ `security-testing`), `aqe-v2-v3-migration` (obsolete). `aqe init --upgrade` auto-cleans these.
|
|
35
|
+
- **Removed tracked generated file** — `aqe.rvf.manifest.json` is now gitignored as it changes every session.
|
|
36
|
+
|
|
8
37
|
## [3.8.2] - 2026-03-17
|
|
9
38
|
|
|
10
39
|
### Fixed
|
package/README.md
CHANGED
|
@@ -177,12 +177,16 @@ Agents automatically apply relevant skills from the skill library. Skills are ra
|
|
|
177
177
|
|
|
178
178
|
**Specialized Testing (13):** accessibility-testing, mobile-testing, database-testing, contract-testing, chaos-engineering-resilience, visual-testing-advanced, security-visual-testing, compliance-testing, compatibility-testing, localization-testing, mutation-testing, performance-testing, security-testing
|
|
179
179
|
|
|
180
|
-
**Domain Skills (
|
|
180
|
+
**Domain Skills (11):** qe-test-generation, qe-test-execution, qe-coverage-analysis, qe-quality-assessment, qe-defect-intelligence, qe-requirements-validation, qe-code-intelligence, qe-visual-accessibility, qe-chaos-resilience, qe-learning-optimization, qe-iterative-loop
|
|
181
181
|
|
|
182
182
|
**Strategic (8):** six-thinking-hats, brutal-honesty-review, sherlock-review, cicd-pipeline-qe-orchestrator, bug-reporting-excellence, consultancy-practices, quality-metrics, pair-programming
|
|
183
183
|
|
|
184
184
|
**Testing Techniques (9):** exploratory-testing-advanced, test-design-techniques, test-data-management, test-environment-management, test-reporting-analytics, testability-scoring, technical-writing, code-review-quality, api-testing-patterns
|
|
185
185
|
|
|
186
|
+
**On-Demand Hooks (5):** strict-tdd, no-skip, coverage-guard, freeze-tests, security-watch
|
|
187
|
+
|
|
188
|
+
**Runbooks & Analysis (5):** test-failure-investigator, coverage-drop-investigator, e2e-flow-verifier, test-metrics-dashboard, skill-stats
|
|
189
|
+
|
|
186
190
|
**n8n Workflow Testing (5):** n8n-workflow-testing-fundamentals, n8n-expression-testing, n8n-security-testing, n8n-trigger-testing-strategies, n8n-integration-testing-patterns
|
|
187
191
|
|
|
188
192
|
**QCSD Swarms (5):** qcsd-ideation-swarm, qcsd-refinement-swarm, qcsd-development-swarm, qcsd-cicd-swarm, qcsd-production-swarm
|