sharded-validation-with-resume

Community

Keep full validation resumable and complete.

Authornguyenpv1980-wq
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill designs full-tier validation so long CI runs do not waste completed work, silently drop new tests, or block merges when jobs are conditionally skipped.

Core Features & Use Cases

  • Named functional shards: Splits the full validation tier into balanced shards so every check belongs to exactly one place.
  • Resume-safe execution: Persists shard status and resumes only interrupted or pending shards, never hiding real failures.
  • Catch-shard coverage: Forces unassigned tests into an uncategorized shard that fails by policy until the shard map is updated.
  • Single required gate: Uses one aggregate validation job as the sole branch-protection check, avoiding skipped-required-check deadlocks.
  • Use case: A repo’s full CI times out at 40 minutes, then reruns from scratch; this Skill defines shard boundaries, resume rules, and aggregate gate behavior so the next run finishes reliably.

Quick Start

Ask the Skill to design a resumable full-validation shard map, status file, and aggregate CI gate for this repository.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: sharded-validation-with-resume
Download link: https://github.com/nguyenpv1980-wq/Project-Aegis/archive/main.zip#sharded-validation-with-resume

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 545,000+ vetted skills library on demand.