tune-gates
Establish and refine surgical CI quality gates and automated verification loops for any repository.
- Establish merge-blocking CI policies for linting, testing, and types.
- Automate DRI reviews when changes produce visual or generated artifacts.
- Sync implementations with a central source of truth like schemas or tokens.
Free
Sample input
We just added a design tokens file. Add a source-sync gate to ensure the implementation doesn't drift from the tokens, and require 100% test coverage in CI.
Sample output
I've updated AGENTS.md §3 to require 'coverage (100%)' and §8 to include the source-sync-gate. I also generated the source-sync-gate/SKILL.md file, mapping your design tokens as the {{source_of_truth}}. These gates ensure that any token changes trigger a drift audit before merge.
tune-gates
Establish and refine surgical CI quality gates and automated verification loops for any repository.
Free
Included in download
- Downloadable skill package
- Instant install
Sample input
We just added a design tokens file. Add a source-sync gate to ensure the implementation doesn't drift from the tokens, and require 100% test coverage in CI.
Sample output
I've updated AGENTS.md §3 to require 'coverage (100%)' and §8 to include the source-sync-gate. I also generated the source-sync-gate/SKILL.md file, mapping your design tokens as the {{source_of_truth}}. These gates ensure that any token changes trigger a drift audit before merge.
About This Skill
Quality Enforcement for Modern Repos
The tune-gates skill provides a streamlined, developer-centric workflow for establishing and refining repository quality gates. Traditionally, setting up rigid CI policies and verification loops requires manual configuration across multiple files. This skill automates that process by managing both CI quality gates (linting, testing, coverage) and advanced verification gates (review, source-of-truth syncing, and target parity) in a surgical, non-destructive way.
What it does
- CI Quality Policy: Defines the specific green checks required for merge and establishes the "CI-first" policy for local verification.
- Verification Gates: Configures
review-gatefor UI/artifact changes,source-syncfor design-token/schema consistency, andparity-gatefor multi-platform synchronization. - Surgical Refinement: Operates in "Refine Mode" to add, drop, or tune specific gates in existing projects without clobbering hand-tuned configurations.
- Template-Driven Configuration: Automatically populates lifecycle templates and
AGENTS.mdsections based on your repo's specific architecture.
Why use this skill?
Prompting an AI to "set up gates" often results in generic, hallucinated CI configs or disconnected documentation. This skill is grounded in the Keelson framework, ensuring that every gate added has a corresponding implementation, a defined source of truth, and a clear trigger. It prevents the "blind spot" problem by enforcing pairs (like source-change and source-sync) that keep your implementation in lockstep with your designs.
Use Cases
- Establish merge-blocking CI policies for linting, testing, and types.
- Automate DRI reviews when changes produce visual or generated artifacts.
- Sync implementations with a central source of truth like schemas or tokens.
- Ensure feature parity across multiple targets like iOS, Android, and Web.
- Surgically update repo quality standards without overwriting existing docs.
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/tune-gates -o /tmp/tune-gates.zip && unzip -o /tmp/tune-gates.zip -d ~/.claude/skills && rm /tmp/tune-gates.zipFree skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
Allowed Hosts
File Scopes
Creator
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
cinematic-sites
Turn any basic business URL into a high-end cinematic landing page with AI-generated 4K assets and GSAP animations.
skill-router-2
Automatically detect, load, and stack the perfect skills combo for any user request.
software-architect
A structured framework for planning, reviewing, and evolving complex software systems with explicit trade-offs.
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.