Code Review Pipeline
Workflow@snippbot/workflow-code-review ORG
Automated code review pipeline: lint, test, security scan, then generate review summary.
Red-Green: Strict TDD Implementation
@snippbot/workflow-red-green ORG
Implement a feature using strict test-driven development. Enforces one-test-at-a-time discipline: write failing test (red), minimal code to pass (green), refactor, repeat. Catches regressions after every step.
Audit: Plan vs. Codebase Verification
@snippbot/workflow-audit ORG
Audit a completed implementation plan against the actual codebase. Generates a tailored audit prompt, then verifies planned vs. actual — checking for missing implementations, broken integrations, and security gaps.
Spreadsheet Tools
Tool@snippbot/spreadsheet-tools ORG
Read, write, and transform CSV/Excel files and Google Sheets. Data manipulation without code.
Code Analysis
Tool@snippbot/code-analysis ORG
Static code analysis: complexity metrics, duplication detection, dead code finder, and quality scoring.