council-gate

Evaluate pull requests with LLM Council and produce pass/fail/unclear verdicts.

38|14|Updated Nov 29, 2025
One-click install
npx skills add https://github.com/amiable-dev/llm-council --skill council-gate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: council-gate
Source: https://github.com/amiable-dev/llm-council/tree/main/src/llm_council/skills/bundled/council-gate
Command: npx skills add https://github.com/amiable-dev/llm-council --skill council-gate

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides automated quality gates for CI/CD pipelines by using LLM Council to evaluate changes and produce a pass/fail/unclear verdict with a transcript for auditing.

Core Features & Use Cases

  • Transcript-backed decisions: All deliberations are saved for governance and audit.
  • GitHub Actions integration: Seamless CI/CD gate workflow.
  • Use Case: Gate a PR with a security-focused verdict before merge to the main branch.

Quick Start

Integrate council-gate into your GitHub Actions workflow to evaluate pull requests automatically.