workflow first
Engineer Acceleration
Replace scattered one-off skills with a coherent build, test, review, and release system.
Skill coverage
partialFeature Builder
Takes a feature spec, plans architecture, scaffolds files, implements, adds tests, verifies.
Refactor Agent
Takes a refactoring goal, analyzes impact, plans changes, executes safely, verifies no regressions. Includes post-refactor anti-hallucination verification for import paths, barrel exports, test references, and pattern consistency.
Code Review
Enterprise code review on recent changes or GitHub PRs. Checks standards, anti-patterns, error handling, type safety.
Test Orchestrator
Unified test execution and coordination agent. Detects test infrastructure, runs suites across languages, interprets results, identifies coverage gaps, and coordinates with bootstrap-testing and uat-workflow-crawler.
Pre-Deploy Check
Pre-deployment verification — types, lint, tests, env vars, migrations, build, git state.
Blast Radius Predictor
Predicts the impact of a proposed code change using static dependency analysis, test coverage overlay, git history, and deployment topology.
Test Gap Analyzer
Analyzes test quality beyond coverage numbers — assertion strength, mock depth, branch path coverage, edge case gaps, and business-critical code protection.
Workflow Engine
Defines and executes multi-skill pipelines with sequential, parallel, conditional, and gated steps. Includes built-in workflow templates for release-readiness, health-check, sprint-close, and incident-triage.
Event Trigger Manager
Manages reactive skill chaining. Monitors skill outputs for signals and recommends or invokes follow-up skills. Includes built-in triggers for security escalation, quality chains, audit chains, and operations.
Dependency Resolver
Resolves skill execution dependencies at runtime. Reads the canonical registry, builds dependency graphs, detects cycles, and produces ordered execution plans with prerequisite and recommendation chains.
Guided workflows
Workflows are discovered by matching workflow steps back to the canonical bundle skill lists.
No workflow currently maps most strongly to this bundle.