ci-code-reviewer

Automate GitHub pull request reviews with OpenAI Codex in CI pipelines.

4|2|Updated May 8, 2023
One-click install
npx skills add https://github.com/KjellKod/metrics-and-insights --skill ci-code-reviewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ci-code-reviewer
Source: https://github.com/KjellKod/metrics-and-insights/tree/main/.skills/ci-code-reviewer
Command: npx skills add https://github.com/KjellKod/metrics-and-insights --skill ci-code-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates CI-based code reviews for GitHub pull requests by validating PR descriptions, checking implementation alignment with stated goals, enforcing Quest architecture boundaries, and mapping test coverage to acceptance criteria when PRs move to ready-for-review.

Core Features & Use Cases

  • Validate PR descriptions for clarity and completeness
  • Enforce Quest architecture boundaries during automated reviews
  • Check implementation alignment with acceptance criteria and tests
  • Produce deterministic, non-interactive PR comments in CI

Quick Start

Configure your GitHub Actions workflow to run the Codex CI Reviewer on PRs that transition to ready-for-review

Frequently Asked Questions about ci-code-reviewer

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

FAQPage Schema
How do I automate GitHub pull request code reviews in CI?

Automating GitHub pull request code reviews in CI involves configuring GitHub Actions workflows to run an OpenAI Codex reviewer that validates descriptions, checks implementation alignment, and enforces Quest architecture boundaries.

What is automated PR implementation alignment checking?

Automated PR implementation alignment checking is a CI process that validates whether code changes match stated goals and maps test coverage directly to acceptance criteria during the ready-for-review transition.

Can I use Codex to enforce architecture boundaries in GitHub Actions?

Yes, you can use OpenAI Codex within GitHub Actions to enforce Quest architecture boundaries during CI code reviews, ensuring pull requests adhere to repository conventions through automated deterministic comments.

When does the automated code review run in the pull request workflow?

The automated code review runs in the pull request workflow when PRs transition from draft to ready-for-review, validating descriptions and enforcing architecture boundaries across repositories adhering to Quest conventions.

Does automated CI code review require interactive input during the pull request?

No, automated CI code review provides deterministic, non-interactive review comments on GitHub pull requests, meaning it requires no manual input during the validation and architecture boundary enforcement process.