cl

Automate Copilot lint review and selective code fixes until CI passes.

7|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/Davie521/claude-skills --skill cl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cl
Source: https://github.com/Davie521/claude-skills/tree/main/plugins/dev-workflow/skills/cl
Command: npx skills add https://github.com/Davie521/claude-skills --skill cl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Copilot-assisted code reviews often overwhelm teams with repetitive or unnecessary changes. This skill automates the lint-review step and selectively applies fixes, ensuring only meaningful issues are addressed while preserving code intent and CI integrity.

Core Features & Use Cases

  • Automated evaluation of Copilot-generated comments against failing CI checks.
  • Selective remediation: fix real bugs, security issues, and readability concerns; ignore cosmetic or excessive changes.
  • Loop until CI checks pass, re-checking Copilot feedback after each set of fixes.

Quick Start

Initiate the cl workflow on a targeted pull request and allow it to iterate until all CI checks pass.

Frequently Asked Questions about cl

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

FAQPage Schema
How do I automate Copilot code review fixes without applying unnecessary changes?

Automating Copilot code review fixes involves evaluating Copilot comments against failing CI checks and selectively applying only necessary changes for real bugs or security issues, ignoring cosmetic suggestions until CI passes.

What is selective remediation in Copilot lint reviews?

Selective remediation in Copilot lint reviews is the process of filtering automated suggestions to fix real bugs and security issues while ignoring cosmetic or excessive changes, preserving code intent and CI integrity.

How do I parse CI status to extract failing checks for Copilot pull request reviews?

Parsing CI status to extract failing checks requires evaluating Copilot comments against the specific failing checks, applying necessary code fixes, and looping until all CI checks pass.

Can I use automated lint review to handle repetitive Copilot suggestions in CI-driven workflows?

Automated lint review handles repetitive Copilot suggestions in CI-driven workflows by evaluating generated comments, applying selective fixes for meaningful issues, and re-checking feedback until CI passes.

What are the limitations of automating Copilot code fixes during pull request reviews?

Limitations of automating Copilot code fixes include the need to carefully validate suggestions before merging, as the process requires parsing CI status and evaluating comments to ensure only meaningful issues are addressed without altering code intent.