ci-review

Automate code review and CI checks via GitHub API and local environments.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/weside-ai/claude-code-plugin --skill ci-review-weside-ai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ci-review
Source: https://github.com/weside-ai/claude-code-plugin/tree/main/we/skills/ci-review
Command: npx skills add https://github.com/weside-ai/claude-code-plugin --skill ci-review-weside-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, gh, ruff, mypy, pytest, yarn, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the collection, triage, and resolution of all CI/Review findings, significantly reducing the time spent on code quality maintenance.

Core Features & Use Cases

  • Automated CI Checks: Collects ALL findings from CI and every PR review source.
  • Review Source Handling: Manages bot-generated and human-authored reviews.
  • Fixes and Pushes: Automatically resolves and resolves all issues, then pushes when ready.

Quick Start

Run "/we:ci-review" to trigger a comprehensive CI/Review check and resolution for your current project.

Frequently Asked Questions about ci-review

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

FAQPage Schema
How do I automate GitHub code review and CI checks for multiple PRs?▼

To automate GitHub code review and CI checks, this Skill collects all findings from CI and PR reviews, handles severity levels, and resolves issues before pushing to the main branch.

Can I resolve both bot-generated and human-authored code review findings automatically?▼

Yes, you can resolve bot-generated and human-authored code review findings automatically using this Skill, which manages all review sources and ensures issues are fixed before pushing.

Do I need pytest and mypy installed to automate issue resolution for my Python pull requests?▼

Yes, you need pytest and mypy installed locally, as this Skill uses these dependencies alongside git and gh to execute continuous integration checks and resolve code quality issues.

What is the best way to ensure code quality at scale before merging to the main branch?▼

The best way to ensure code quality at scale is using automated CI/Review checks that triage findings across multiple PRs and enforce that all issues are resolved before pushing to the main branch.

How do I trigger a comprehensive CI/Review check and fix for my current project?▼

To trigger a comprehensive CI/Review check and fix for your current project, run the /we:ci-review command, which automates the collection, triage, and resolution of all code quality findings.

Why does my automated CI check fail to push code with unresolved review findings?▼

Automated CI checks fail to push code when unresolved review findings exist because this Skill enforces rigorous quality control, ensuring all issues are fully resolved before pushing to the main branch.