add-dimension

Generate and integrate check-recipes for unrecognized bug classes into active dimensions.

5|3|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/leifericf/agentic-sdk --skill add-dimension
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-dimension
Source: https://github.com/leifericf/agentic-sdk/tree/main/skills/add-dimension
Command: npx skills add https://github.com/leifericf/agentic-sdk --skill add-dimension

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

The need for manual creation of check-recipes to expand the active dimensions of a project and to address bug classes that are missed by the existing active dimensions.

Core Features & Use Cases

  • Recipe Generation: Automatically generate check-recipes for a new bug class that is not covered by the current active dimensions.
  • Dimension Integration: Wire the new check-recipe into the project descriptor to make it part of the active dimensions.
  • Use Case: When you have discovered a new bug class in your project that is not covered by the existing active dimensions, this Skill can be used to automatically generate the necessary check-recipe and integrate it into your project.

Quick Start

Generate a new check-recipe for the 'check-overflow' dimension.

Frequently Asked Questions about add-dimension

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

FAQPage Schema
How do I automate check-recipe generation for new bug classes in code review?

Automated check-recipe generation creates rules for unrecognized bug classes and integrates them into your project's active dimensions, expanding automated code review coverage without manual effort.

What is a check-recipe in the context of project dimension management?

A check-recipe defines automated review criteria for a specific bug class. It functions as a dimension rule wired into the project descriptor to enforce code quality checks during review.

How do I add a new bug classification to my project's active dimensions?

Adding a new bug classification involves generating a matching check-recipe and integrating it directly into the project descriptor, making the new bug class an active dimension for automated review.

Can I integrate generated check-recipes directly into an existing project descriptor?

Yes, generated check-recipes are wired directly into the project descriptor. This integration makes the new rules part of the active dimensions, immediately expanding automated code review capabilities.

When do I need to generate new check-recipes for my codebase?

You need to generate new check-recipes when you discover a new bug class in your project that is missed or not covered by the existing active dimensions of your automated code review.

Does automated dimension management work without manual recipe creation?

Yes, automated dimension management eliminates manual creation by generating check-recipes for new bug classes and wiring them into the project descriptor automatically, streamlining the expansion of code review coverage.