Quality Pipeline banner
manastalukdar manastalukdar

Quality Pipeline

Security community

Description

--- description: Run the full quality pipeline — security scan, code review, and test suite — then generate a combined report argument-hint: "[--quick] [--output=reports/]" --- # Quality Pipeline Command Run all quality checks in sequence and produce a combined report. ## Workflow ### Step 1: Gather Context Use `Bash(git diff --staged --name-only)` to determine scope. If nothing is staged, use `Bash(git diff HEAD --name-only)`. Report the file count to the user before proceeding. ### Step

Installation

Installs to ~/.claude/commands/manastalukdar-ai-devstudio-quality-pipeline.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/manastalukdar/ai-devstudio/HEAD/.claude/commands/quality-pipeline.md -o ~/.claude/commands/manastalukdar-ai-devstudio-quality-pipeline.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository