10x-impl-review-ci

Automate code implementation reviews in GitHub Actions CI using the gh CLI.

Updated May 26, 2026
One-click install
npx skills add https://github.com/ValueMedia/10xcards-td --skill 10x-impl-review-ci
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10x-impl-review-ci
Source: https://github.com/ValueMedia/10xcards-td/tree/main/.opencode/skills/10x-impl-review-ci
Command: npx skills add https://github.com/ValueMedia/10xcards-td --skill 10x-impl-review-ci

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, python, node, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing code implementations against their intended plans, within GitHub Actions, and provides feedback without requiring user interaction.

Core Features & Use Cases

  • Automated Implementation Review: Reviews PRs against their associated plans without manual intervention.
  • Plan Discovery: Automatically identifies the plan file from the PR description or default location.
  • Parallel Evidence Gathering: Performs parallel checks for drift, safety, patterns, and test coverage.
  • Automated Test Execution: Executes test commands from the plan to verify code quality.
  • Comprehensive Reporting: Generates a detailed report and posts comments with findings directly to the PR.

Quick Start

Add this skill to your GitHub Actions workflow to enable automated implementation reviews for your PRs.

Frequently Asked Questions about 10x-impl-review-ci

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

FAQPage Schema
How do I automate code review against a plan in GitHub Actions CI?

To automate code review in GitHub Actions CI, add this skill to your workflow to analyze PR changes against their associated plan file and post comment reports without manual interaction. It automatically discovers the plan from the PR description or default location.

What is automated implementation review and how does it work in CI?

Automated implementation review is the process of checking code changes against an intended plan. In CI, it utilizes the gh CLI to gather parallel evidence for drift, safety, patterns, and test coverage, then posts detailed findings directly to the PR.

Do I need the gh CLI to run automated implementation reviews?

Yes, you need the gh CLI to run automated implementation reviews, along with Python and Node. It uses the gh CLI within GitHub Actions to analyze PR changes, execute tests, and post comment reports without user interaction.

How do I execute test commands from a plan file in GitHub Actions?

To execute test commands from a plan file in GitHub Actions, this skill automatically identifies the plan from the PR description or default location, runs the specified test commands to verify code quality, and generates a comprehensive report of the findings.

What is the best way to check PR code drift and test coverage without manual intervention?

The best way to check PR code drift and test coverage without manual intervention is using an automated implementation review skill in GitHub Actions. It performs parallel checks for drift, safety, patterns, and coverage, then posts comments directly to your PR.

What are the limitations of automated implementation review in CI?

A limitation of automated implementation review in CI is that it requires access to the PR, its base branch, and the plan file. Without the plan file available in the PR description or default location, the automated review cannot execute properly.