scbe-context-full-test-suite

Run targeted, core, or full validation lanes for SCBE-AETHERMOORE branch changes.

6|1|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/issdandavis/SCBE-AETHERMOORE --skill scbe-context-full-test-suite
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scbe-context-full-test-suite
Source: https://github.com/issdandavis/SCBE-AETHERMOORE/tree/main/external/codex-skills-live/scbe-context-full-test-suite
Command: npx skills add https://github.com/issdandavis/SCBE-AETHERMOORE --skill scbe-context-full-test-suite

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Manage context and run validation for the SCBE-AETHERMOORE monorepo without loading unnecessary repo noise. Use when work needs a fast repo handoff, diff-first context trimming, a decision about targeted vs core vs full test lanes, or a repeatable full-suite run using the branch validation workflow.

Core Features & Use Cases

  • Narrow context by reading only high-signal files (diff, session maps, package.json) to speed handoffs.
  • Provide deterministic validation paths via branch validation scripts for targeted, core, or full lanes.
  • Offer a clear workflow for lane selection and reporting, enabling reproducible results across PRs.

Quick Start

Invoke the deterministic validation wrapper to trim context and run the chosen SCBE lane for the current branch.

Frequently Asked Questions about scbe-context-full-test-suite

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

FAQPage Schema
How do I trim repository context to run targeted branch validations?

To trim repository context for branch validations, read only high-signal files like diffs, session maps, and package.json to minimize noise, then invoke the branch validation wrapper with your selected lane for targeted execution.

What is the difference between targeted, core, and full validation lanes?

Validation lanes balance speed and coverage: targeted lanes run specific checks for fast feedback, core lanes cover essential paths, and full lanes execute the complete test suite for comprehensive branch validation.

When do I need context management for monorepo CI-CD workflows?

You need context management for monorepo CI-CD workflows when work requires fast repo handoffs, diff-first context trimming, or repeatable full-suite runs to avoid loading unnecessary repository noise during branch-level validations.

How do I run a deterministic validation script for a feature branch?

To run deterministic validation for a feature branch, invoke the branch_validation.ps1 wrapper or scripts/run_scbe_validation.ps1 to orchestrate lane selection and execute repo validation with clear, reproducible reporting across PRs.

Does branch validation work for bug fixes and experiments across PRs?

Yes, branch validation applies to branch-level changes across features, bug fixes, and experiments, applying lane selection to provide reproducible results and clear reporting across pull requests.