build-status-cache

Official

Skip redundant builds

Authorclosedloop-ai
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill prevents unnecessary rebuilds and validations when no code has changed since the last successful build, saving significant CI/CD time and resources.

Core Features & Use Cases

  • Cache Stamping: Records the git diff hash after a successful build validation (Phase 5).
  • Cache Checking: Compares the current git diff hash against the stored hash before a new build validation (Phase 7).
  • Conditional Skipping: Instructs the system to skip the Phase 7 build validation if the hashes match, indicating no code changes.
  • Use Case: In a CI/CD pipeline, after a build passes Phase 5, this skill stamps the cache. If subsequent code changes are minimal or non-existent before Phase 7, the skill detects this and allows the pipeline to skip the Phase 7 build validation, proceeding directly to deployment.

Quick Start

Use the build-status-cache skill to check the build cache before starting Phase 7.

Dependency Matrix

Required Modules

None required

Components

scripts

💻 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: build-status-cache
Download link: https://github.com/closedloop-ai/claude-plugins/archive/main.zip#build-status-cache

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 223,000+ vetted skills library on demand.