review:ask

Discover available checks and prompt for scope, tier, and group before execution.

1|Updated Oct 21, 2016
One-click install
npx skills add https://github.com/jasonkuhrt/dotfiles --skill review-ask
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review:ask
Source: https://github.com/jasonkuhrt/dotfiles/tree/main/claude/skills/review_ask
Command: npx skills add https://github.com/jasonkuhrt/dotfiles --skill review-ask

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill orchestrates an interactive code-review workflow by discovering available checks, then prompting for scope, tier, and group before execution.

Core Features & Use Cases

  • Discover available checks and present interactive choices, then delegate to CORE for execution.
  • Step-based guidance to configure scope (here, dirty, pr) and tier (quality, gate, polish, all).
  • Use Case: When preparing a review for a feature branch, run this to interactively pick relevant checks.

Quick Start

bun ~/.claude/skills/review/scripts/discover.ts bun ~/.claude/skills/review/scripts/config.ts

Frequently Asked Questions about review:ask

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

FAQPage Schema
How do I interactively configure code review scope and quality checks?

This skill orchestrates an interactive code review workflow by discovering available checks, then prompting for scope, tier, and group before delegating execution to CORE.

Can I customize which checks run for local changes, dirty state, or PR diffs?

Yes, you can customize which checks run for local changes, dirty state, or PR diffs by selecting a specific scope (here, dirty, pr) and tier (quality, gate, polish, all) during the interactive configuration process.

What is the best way to run a customized code review before pushing a feature branch?

The best way to run a customized code review is to use this skill's interactive workflow, which guides you through selecting relevant check groups and tiers to apply directly to your feature branch changes before execution.

Do I need any external dependencies to run the interactive review workflow?

No, you do not need external dependencies to run the interactive review workflow. The skill uses internal scripts to discover checks and read configuration, delegating only to CORE for actual check execution without external package requirements.

Does the code review workflow support selecting different quality tiers like gate or polish?

Yes, the code review workflow supports selecting different quality tiers. During the interactive session, you can choose from quality, gate, polish, or all tiers to control the strictness and type of checks applied to your code.