completion-gate

Automate a 10-point quality gate verifying spec compliance, linting, type checking, tests, coverage, visual output, security, and reviewer sign-off.

1|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/hjemmesidekongen/ai --skill completion-gate-hjemmesidekongen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: completion-gate
Source: https://github.com/hjemmesidekongen/ai/tree/main/plugins/smedjen/skills/completion-gate
Command: npx skills add https://github.com/hjemmesidekongen/ai --skill completion-gate-hjemmesidekongen

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the rigorous quality assurance process for code, ensuring that all implemented changes meet predefined standards and requirements before they are considered complete.

Core Features & Use Cases

  • Comprehensive Verification: Executes 10 distinct checks including spec compliance, linting, type checking, various levels of testing, security scans, and visual validation.
  • Automated Quality Gates: Acts as a mandatory checkpoint, preventing incomplete or faulty code from progressing.
  • Use Case: After an agent implements a new feature, this Skill automatically runs all relevant tests, lints the code, checks for security vulnerabilities, and verifies visual consistency, providing a pass/fail status for the task.

Quick Start

Run the completion gate to verify the quality of the recently implemented code changes.

Frequently Asked Questions about completion-gate

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

FAQPage Schema
How do I automate pre-deployment code quality checks for CI/CD workflows?

Automating pre-deployment code quality checks involves running a 10-point quality gate that verifies spec compliance, linting, type checking, unit, integration, and E2E tests, security, and visual output before passing code. This prevents faulty code from progressing in your CI/CD pipeline.

What is a code quality gate and how does it verify code integrity?

A code quality gate is a mandatory checkpoint that verifies code integrity by executing 10 distinct checks including spec compliance, linting, type checking, testing, security scans, and visual validation, providing a deterministic pass or fail status for task completion.

Can I verify test coverage and security vulnerabilities before code review sign-off?

Yes, you can verify new test coverage and run security scans before code review sign-off by applying a completion gate that enforces these checks, ensuring all implemented changes meet predefined security and coverage standards.

How do I ensure spec compliance and visual output consistency for new features?

To ensure spec compliance and visual output consistency for new features, run an automated verification process that checks the implementation against requirements and validates visual output as part of a 10-point pre-deployment quality gate.

Does the completion gate work for software development workflows requiring rigorous pre-deployment checks?

Yes, the completion gate is designed for software development workflows requiring rigorous pre-deployment checks, automating quality assurance to ensure all implemented changes meet predefined standards, testing, and code-reviewer sign-off requirements.

What are the limitations of automating code review sign-off with a quality gate?

Automating code review sign-off with a quality gate is limited to deterministic task completion and code integrity requirements, meaning it enforces objective technical standards like linting and security but still requires human validation for subjective code review decisions.