Chris Allen Lane

Chris Allen Lane

@chrisallenlane
49 published skills0 installs

49 results

Chris Allen Lane
Agent

SWE - Bug Assessor

Codebase risk assessor that cross-references complexity, coverage, structural risk factors, and git history to identify where bugs are most likely to lurk. Produces a ranked hotspot list for focused investigation.

0
Chris Allen Lane
Agent

SWE - Bug Investigator

Bug root-cause investigator that traces failures, performs git archaeology, and produces diagnosis reports

0
Chris Allen Lane
Agent

SWE - Bug Hunter

Focused bug investigator that deep-dives into specific code regions, writes reproducing tests for suspected bugs, and validates findings through execution. Keeps valuable tests even when they invalidate a suspicion.

0
Chris Allen Lane
Agent

SWE - SME Makefile

Makefile optimization and best practices expert

0
Chris Allen Lane
Agent

SWE - SME Ansible

Ansible automation and infrastructure-as-code subject matter expert

0
Chris Allen Lane
Agent

QA - Test Mutator

Mutation testing worker that applies code mutations one at a time and reports which tests catch them

0
Chris Allen Lane
Agent

SWE - Planner

Software implementation planning specialist that decomposes complex problems into sequential, testable sub-tasks

0
Chris Allen Lane
Agent

SWE - Arch Reviewer

Architecture reviewer that builds domain models and produces target blueprints

0
Chris Allen Lane
Agent

SWE - SME Docker

Docker and containerization subject matter expert

0
Chris Allen Lane
Skill

review-release

Pre-release readiness review. Scans for debug artifacts, version mismatches, changelog gaps, git hygiene issues, breaking changes, and license compliance. Runs tests and build verification. Presents consolidated findings for human review before release.

0
Chris Allen Lane
Skill

review-health

Source code health assessment. Dispatches language-specific SMEs to evaluate idiomatic usage, consistency, and quality across all project languages. Advisory only — no changes made.

0
Chris Allen Lane
Agent

SEC - Red Teamer

Adversarial security analyst that attacks code from the attacker's perspective to find exploitable vulnerabilities

0
Chris Allen Lane
Agent

SWE - SME GraphQL

GraphQL API design and implementation subject matter expert

0
Chris Allen Lane
Agent

QA - Test Coverage Reviewer

Coverage gap reviewer that identifies untested code paths, prioritizes by risk, and suggests refactoring for testability. Advisory only.

0
Chris Allen Lane
Agent

SWE - SME CSS

CSS subject matter expert

0
Chris Allen Lane
Skill

scope-project

Adversarial project planning workflow. Explores the problem space, drafts tickets in batches, then pits a planner against an implementer to find gaps. Creates well-specified, batch-tagged tickets upstream only after the implementer signs off.

0
Chris Allen Lane
Skill

refactor

Autonomous iterative refactoring workflow. Scans for tactical code quality improvements (DRY, dead code, naming, complexity), implements through SMEs, verifies with QA, commits atomically, and loops until no improvements remain.

0
Chris Allen Lane
Agent

SWE - Code Reviewer

Tactical code quality reviewer that identifies refactoring opportunities within existing architecture

0
Chris Allen Lane
Agent

SWE - SME HTML

HTML subject matter expert

0
Chris Allen Lane
Skill

implement-batch

Multi-ticket batch workflow. Takes a batch of tickets, plans execution order, implements each via /implement in autonomous mode, runs cross-cutting quality passes, and presents results for final review.

0
Chris Allen Lane
Skill

deliberate

Adversarial deliberation process for making decisions. Spawns advocate agents for each option who argue their cases before a judge (you) who renders a verdict.

0
Chris Allen Lane
Skill

bug-hunt

Proactive bug-hunting workflow. Assesses codebase risk through complexity, coverage, and structural analysis, then spawns focused investigators that write reproducing tests to validate suspected bugs. Thoroughness over speed.

0
Chris Allen Lane
Skill

bug-fix

Bug-fixing workflow that coordinates diagnosis, test-driven reproduction, root-cause analysis, and targeted fixes. Use when the user wants to fix a bug with thorough investigation and regression testing.

0
Chris Allen Lane
Skill

review-arch

Interactive architectural review workflow. Analyzes codebase organization via noun analysis, produces a target blueprint, then collaborates with the user to decide what to implement. Changes are made through SMEs, verified with QA, and committed atomically.

0
Chris Allen Lane
Skill

refactor-deep

Comprehensive refactoring workflow that combines tactical and architectural passes. Runs /refactor (tactical cleanup), /review-arch (architectural restructuring), then /refactor again (cleanup after restructuring). All user input gathered upfront; fully autonomous after that.

0
Chris Allen Lane
Agent

QA - Release Engineer

Pre-release scanner that audits code for release readiness across multiple quality dimensions

0
Chris Allen Lane
Agent

QA - Test Fuzz Reviewer

Fuzz testing gap reviewer that identifies functions suitable for fuzz testing and checks for fuzz infrastructure. Advisory only.

0
Chris Allen Lane
Agent

DOC - Maintainer

Project documentation maintainer

0
Chris Allen Lane
Agent

SWE - Performance Reviewer

Performance reviewer that identifies computational bottlenecks, benchmarking gaps, and optimization opportunities. Advisory only.

0
Chris Allen Lane
Agent

SWE - SME TypeScript

TypeScript subject matter expert

0
Chris Allen Lane
Collection

claude-swe-workflows

0
Chris Allen Lane
Agent

SWE - SME Zig

Zig subject matter expert

0
Chris Allen Lane
Skill

review-test

Comprehensive test suite review. Fills coverage gaps, identifies missing fuzz tests, and audits test quality — in that order.

0
Chris Allen Lane
Skill

scope

Exploratory workflow for understanding problem spaces and drafting feature proposals, refactorings, or complex bug-fixes. Creates detailed tickets in your issue tracker without doing implementation work.

0
Chris Allen Lane
Agent

SEC - Blue Teamer

Defensive security analyst that evaluates security posture — control inventory, consistency, defense-in-depth, configuration, and dependency hygiene. The defensive counterpart to the red-teamer. Advisory only.

0
Chris Allen Lane
Skill

review-a11y

Accessibility audit. Dispatches an accessibility auditor to identify WCAG conformance gaps, prioritize by user impact, and recommend fixes. Advisory only — no changes made.

0
Chris Allen Lane
Skill

implement-project

Full-lifecycle project workflow. Takes batched tickets, implements via /implement-batch, runs smoke tests, then executes a comprehensive quality pipeline (refactor, review-arch, review-test, review-doc, review-release). Maximizes autonomy with andon cord escape.

0
Chris Allen Lane
Agent

SWE - SME JavaScript

JavaScript subject matter expert

0
Chris Allen Lane
Skill

test-mutation

Mutation testing workflow. Systematically mutates source code to verify tests actually catch bugs. Multi-session with progress tracking.

0
Chris Allen Lane
Agent

SWE - SME Golang

Go subject matter expert

0
Chris Allen Lane
Agent

QA - Engineer

Quality assurance engineer

0
Chris Allen Lane
Agent

Advocate

Argues for a specific option in deliberation proceedings

0
Chris Allen Lane
Agent

QA - Test Reviewer

Test quality reviewer that identifies brittle, tautological, and harmful tests. Reports redundant tests as informational only.

0
Chris Allen Lane
Skill

review-perf

Performance review. Detects project type and dispatches compute and/or web performance reviewers. Advisory only — no changes made.

0
Chris Allen Lane
Agent

SWE - Web Performance Reviewer

Web performance reviewer that identifies network, caching, loading, and asset delivery issues. Analyzes structural performance from source code. Advisory only.

0
Chris Allen Lane
Skill

audit-security

White-box security audit. Blue-teamer evaluates defensive posture, then red-teamers attack informed by defensive gaps. Iterates when exploit chains are discovered. Heavy and thorough by design.

0
Chris Allen Lane
Skill

implement

Iterative development workflow that coordinates implementation, refactoring, QA, and documentation agents to complete features systematically. Use when the user wants a full development workflow with quality checks.

0
Chris Allen Lane
Skill

review-doc

Review all project documentation for correctness, completeness, and freshness. Spawns a doc-maintainer agent to audit and fix docs.

0
Chris Allen Lane
Agent

QA - Web A11y Reviewer

Web accessibility reviewer that identifies WCAG conformance gaps, prioritizes by impact, and recommends fixes. Advisory only.

0