review-chartering-api

Review modified Python files against CLAUDE.md conventions and test coverage.

Updated Jul 6, 2020
One-click install
npx skills add https://github.com/guifry/devconfig --skill review-chartering-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-chartering-api
Source: https://github.com/guifry/devconfig/tree/main/claude/skills/review-chartering-api
Command: npx skills add https://github.com/guifry/devconfig --skill review-chartering-api

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review all changes on the current branch against coding standards and test coverage, ensuring PRs meet CLAUDE.md guidelines.

Core Features & Use Cases

  • Enforces coding-standard conformance across changed files.
  • Validates presence of required tests and coverage signals.
  • Generates actionable remediation guidance and auto-fix recommendations.

Quick Start

Run the review-chartering-api skill on the current branch to align changes with CLAUDE.md conventions and test coverage.

Frequently Asked Questions about review-chartering-api

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

FAQPage Schema
How do I enforce coding standards when reviewing a pull request?

To enforce coding standards during a pull request review, compare branch changes against established conventions. This process applies checks to modified Python files to detect violations and verify adherence to required coding guidelines.

How do I validate test coverage for modified Python files in a PR?

Validating test coverage for modified Python files involves comparing branch changes against required testing signals. This checks all changed files to ensure proper test coverage exists and returns a report highlighting coverage gaps.

Can I automatically generate code remediation guidance for pull request violations?

Yes, you can automatically generate remediation guidance for pull request violations. By analyzing modified files against coding conventions, the review process produces a structured report detailing recommended auto-fixes and actionable steps.

Does PR review automation work with Python codebases and custom CLAUDE.md conventions?

PR review automation works with Python codebases and custom CLAUDE.md conventions by applying checks to modified Python files. It identifies branch changes and evaluates them against your defined coding standards and test coverage rules.

What is the best way to check code style compliance before submitting a branch?

The best way to check code style compliance before submitting a branch is to run an automated review against your coding conventions. This identifies style violations across modified files and provides structured remediation guidance to achieve compliant submissions.