dlc

Run security, quality, performance, and test coverage checks in CI pipelines.

10|2|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/rube-de/cc-skills --skill dlc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dlc
Source: https://github.com/rube-de/cc-skills/tree/main/plugins/dlc/skills/dlc
Command: npx skills add https://github.com/rube-de/cc-skills --skill dlc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Dev Life Cycle quality gates: run security scans, code quality checks, performance analysis, test coverage, and PR review compliance. Routes to domain-specific sub-skills or runs all checks in sequence.

Core Features & Use Cases

  • Detect project type and run appropriate tools across repos.
  • Create a GitHub issue with structured findings for traceability.
  • Orchestrate domain-specific sub-skills (/dlc:security, /dlc:quality, /dlc:perf, /dlc:test, /dlc:pr-check) or run all checks with --all.
  • Works in CI pipelines or local development environments.

Quick Start

Invoke the DLC skill with --all to run all checks in sequence.

Frequently Asked Questions about dlc

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

FAQPage Schema
How do I automate code quality and security checks in my CI pipeline?

To automate code quality gates in your CI pipeline, you can use a tool that orchestrates security scans, performance profiling, test coverage analysis, and PR-review preparation. This Skill automates those checks and reports findings as a structured GitHub issue for traceability.

What are development lifecycle quality gates and when do I need them?

Development lifecycle quality gates are automated checkpoints that enforce code health by running security scans, performance analysis, and test coverage checks before merging. You need them to prevent bugs and vulnerabilities from reaching production environments in software projects.

How do I prepare a pull request for automated code review compliance?

To prepare a pull request for automated review compliance, run quality checks that perform security scans, code quality checks, and test coverage analysis. This Skill orchestrates these checks to ensure your PR meets health standards before submission.

Can I run domain-specific security scans and performance profiling separately?

Yes, you can run domain-specific security scans and performance profiling separately. This Skill orchestrates targeted sub-skills for security, quality, performance, testing, and PR checks individually, or you can run all checks in sequence using a single command.

Does this automated quality gate tool work in local development environments?

Yes, this automated quality gate tool works in local development environments as well as CI pipelines. It detects your project type and runs the appropriate tools across your repositories to perform security scans, quality checks, and performance profiling locally.