Code Review Pipeline
Workflow@snippbot/workflow-code-review ORG
Automated code review pipeline: lint, test, security scan, then generate review summary.
Changelog Hook
hook@snippbot/hook-changelog ORG
Automatically update CHANGELOG.md with conventional commit entries on version bumps.
Spec: Technical Specification Generator
@snippbot/workflow-spec ORG
Generate a living technical specification from a feature idea. Defines API contracts, database schemas, user stories with Given/When/Then acceptance criteria, UI hierarchy, security rules, and test requirements.
Plan: Implementation Plan Generator
@snippbot/workflow-plan ORG
Transform a rough idea into a comprehensive implementation plan. Two-stage process: improve the prompt via codebase reconnaissance, then generate a detailed phased plan with atomic checkboxes, file paths, and signatures.
Auto Commit Hook
hook@snippbot/hook-auto-commit ORG
Automatically create conventional commits with AI-generated messages when tasks complete.
Health Check: Architecture Audit
@snippbot/workflow-health-check ORG
Comprehensive codebase health assessment across 5 quantitative dimensions: concept scattering, module depth vs. width, test health, coupling risk, and AI-agent readability. Produces a letter-grade scorecard.
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.
Commit All: Smart Git Commit & Push
@snippbot/workflow-commit-all ORG
Commit and push all uncommitted changes. Discovers modified and untracked files, generates diffs, drafts a descriptive commit message with bullet points, and presents it for approval before committing and pushing.
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.
Developer Onboarding Pipeline
Workflow@snippbot/workflow-onboarding ORG
New developer onboarding: environment setup, codebase tour, first task assignment, and review.
Developer Workflow Assistant
@snippbot/profile-dev-workflow ORG
AI assistant configured for software engineers. TDD discipline, architecture-first planning, vertical slicing, and codebase health auditing.
Developer Workflow Suite
@snippbot/suite-dev-workflow ORG
Complete Snippbot setup for software engineers. Idea interrogation, spec generation, implementation planning, vertical slicing, strict TDD, architecture auditing, and smart git workflows — a full development lifecycle in one install.
File Manager
Tool@snippbot/file-manager ORG
Bulk file operations: batch rename, duplicate detection, directory diff/sync, and archive management.
Bug Triage Pipeline
Workflow@snippbot/workflow-bug-triage ORG
Structured bug triage: reproduce, diagnose root cause, implement fix, test, and close.
Slice: Vertical Issue Decomposition
@snippbot/workflow-slice ORG
Decompose a spec or plan into independently shippable vertical slices. Each slice cuts through all layers (DB, backend, API, frontend). Starts with a tracer bullet, builds a dependency graph, and creates GitHub issues.
Session Commit: Commit Session Work Only
@snippbot/workflow-session-commit ORG
Commit and push only files modified by the AI agent across the current session. Scans the conversation transcript to identify edited files and cross-references with git status to detect prior session changes.
Lint on Save Hook
hook@snippbot/hook-lint-on-save ORG
Automatically run linter and formatter when files are saved. Supports ESLint, Prettier, Black, Ruff.
Interrogate: Idea Stress-Test
@snippbot/workflow-interrogate ORG
Rigorous structured interview to stress-test an idea before building. Conducts themed rounds (intent, users, data, edges, integration) grounded in codebase reality. Produces a Decision Record.
Code Analysis
Tool@snippbot/code-analysis ORG
Static code analysis: complexity metrics, duplication detection, dead code finder, and quality scoring.