tier2-test

Invoke tier1-test and verify docs/research/poc-tier1-output.md for tier1_executed.

1|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/councilofwizards/wizards --skill tier2-test
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: tier2-test
Source: https://github.com/councilofwizards/wizards/tree/main/plugins/conclave/skills/tier2-test
Command: npx skills add https://github.com/councilofwizards/wizards --skill tier2-test

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Minimal Tier 2 composite Skill that coordinately triggers Tier 1 tests and validates the resulting artifact to ensure end-to-end correctness.

Core Features & Use Cases

  • Tier 2 orchestration: coordinates tier1-test invocation via the Skill tool, and manages the verification steps.
  • Artifact verification: checks docs/research/poc-tier1-output.md for expected frontmatter and content.
  • Context persistence check: confirms a pre-invocation value is retained after tier1-test completes.
  • Structured reporting: outputs a clear pass/fail summary for each verification step.

Quick Start

Invoke the tier1-test skill using the Skill tool and verify the resulting docs/research/poc-tier1-output.md contains tier1_executed: true.

Frequently Asked Questions about tier2-test

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I orchestrate end-to-end tests across multiple skills?▼

End-to-end test orchestration coordinates lower-level skill invocations and validates the resulting artifacts to confirm overall workflow correctness. It uses the Skill tool to trigger sub-tasks, applies artifact verification, and checks context persistence to ensure structured reporting.

How does artifact verification work in a composite skill workflow?▼

Artifact verification checks generated output files for expected frontmatter and content structure. It validates documents like markdown files to confirm that upstream skill invocations produced the correct tier1_executed status and required metadata fields.

What is context persistence checking in skill orchestration?▼

Context persistence checking confirms that a pre-invocation value is retained after a sub-skill completes execution. It validates CONTEXT_TOKEN persistence to ensure cross-skill communication maintains state correctly throughout the composite workflow.

Can I validate cross-skill communication without manual intervention?▼

Cross-skill communication validation can be automated by invoking sub-skills via the Skill tool and programmatically verifying the produced artifacts. The system outputs a clear pass/fail summary for each verification step, confirming end-to-end correctness.

Do I need dependencies to run tier2 composite skill orchestration?▼

Tier2 composite skill orchestration operates with no external dependencies, relying on the Skill tool to coordinate invocations. It requires only the target sub-skill to be available and a designated output path for artifact verification and structured reporting.

Why does my tier1 test skill output fail verification?▼

Tier1 test skill output fails verification when the generated artifact lacks expected frontmatter or required content fields. The orchestration layer checks for specific markers like tier1_executed: true and reports a failure if the document structure or context persistence is invalid.