review-axes

Review git diff outputs against coding standards and functional specifications.

2|Updated Jun 2, 2024
One-click install
npx skills add https://github.com/magnusrodseth/dotfiles --skill review-axes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-axes
Source: https://github.com/magnusrodseth/dotfiles/tree/main/.claude/skills/review-axes
Command: npx skills add https://github.com/magnusrodseth/dotfiles --skill review-axes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines code review processes by simultaneously assessing code against both coding standards and functional specifications, reducing the time and effort required for thorough analysis.

Core Features & Use Cases

  • Parallel Code Reviews: Conducts Standards and Spec reviews concurrently to save time.
  • Customizable Review Criteria: Allows for the use of specific coding standards and specifications.
  • Use Case: When reviewing a merge request or feature branch, use this Skill to quickly evaluate whether the code meets both coding standards and functional requirements.

Quick Start

Review the changes in the current branch against standards and specifications using /review-axes.

Frequently Asked Questions about review-axes

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

FAQPage Schema
How do I conduct a parallel code review for both standards and specification compliance?

Parallel code review evaluates standards adherence and spec compliance simultaneously. This Skill runs sub-agent operations on git diff outputs, comparing changes against predefined coding standards and functional specifications, then aggregates the results to streamline merge request analysis.

Can I use git diff outputs to automatically check if a feature branch meets coding standards?

Yes, you can review git diff outputs to check coding standards. The Skill operates directly on diff outputs from git, comparing the changes against your predefined coding standards and functional specifications to quickly evaluate merge requests or feature branches.

What is the best way to automate specification compliance checks during a merge request?

Automating specification compliance checks is best handled by parallel sub-agent reviews. This Skill concurrently assesses whether code meets functional specifications and coding standards, reducing manual effort and aggregating the results for quick merge request evaluation.

Do I need sub-agent operations to run parallel reviews of code standards and specs?

Yes, sub-agent operations are required for parallel reviews. The Skill relies on sub-agent processing to concurrently evaluate standards adherence and specification compliance from git diffs, aggregating the individual results into a comprehensive review.

How do I customize coding standards and functional specifications for code review?

You customize code review by providing your own specific coding standards and functional specifications. The Skill uses these customizable criteria to evaluate git diff outputs, ensuring the parallel review matches your project's exact requirements.

Does parallel code review work for evaluating feature branches before merging?

Parallel code review works effectively for feature branches. By running concurrent standards and spec reviews on git diff outputs, it quickly evaluates whether your feature branch code meets both coding standards and functional requirements before merging.