coding

Orchestrate software development tasks from triage through code review and merging.

1|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/victor-brechbill/claw-kernel --skill coding-victor-brechbill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding
Source: https://github.com/victor-brechbill/claw-kernel/tree/main/skills/coding
Command: npx skills add https://github.com/victor-brechbill/claw-kernel --skill coding-victor-brechbill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the entire software development workflow, from task triage and agent spawning to code review and merging, streamlining project management and development processes.

Core Features & Use Cases

  • End-to-End Workflow: Manages tasks from picking them up to merging pull requests.
  • Agent Orchestration: Spawns and manages Developer and Code Review agents for specific tasks.
  • Project Management Integration: Supports dashboard integration for Kanban boards and manual task tracking.
  • Use Case: A user can assign a new feature request to the main agent, which will then create a spec, spawn a developer to write the code, have a code reviewer approve it, and finally merge the pull request, all with minimal human oversight.

Quick Start

Use the coding skill to pick up the next task from the kanban board and start the development process.

Frequently Asked Questions about coding

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate the software development lifecycle from task triage to pull request merging?

Automating the software development lifecycle involves orchestrating task triage, spawning developer and code reviewer agents, and managing pull request merging. This Skill handles the complete workflow, enforcing concurrency rules and a feature-branching strategy with minimal human oversight.

How does agent orchestration work for code review and development workflows?

Agent orchestration for code review works by spawning specific developer and code reviewer agents for assigned tasks. The main agent coordinates these agents to write code, review it, and merge pull requests, enforcing concurrency rules and maintaining robust session management and status tracking.

Can I use a Kanban board for project management integration with automated development workflows?

Yes, you can use a Kanban board for project management integration with automated development workflows. This Skill supports dashboard-integrated task assignment, allowing the main agent to pick up the next task directly from the board and start the development process.

What is the best way to manage feature-branching and pull requests with automated agents?

The best way to manage feature-branching and pull requests is through an orchestrated agent workflow. This Skill enforces a feature-branching strategy, automating PR management and merging while handling process cleanup and status tracking to ensure reliable execution across concurrent tasks.

Do I need manual task assignment if I am already using a dashboard-integrated Kanban board?

No, you do not need manual task assignment if you have a dashboard-integrated Kanban board. This Skill handles both dashboard-integrated workflows and manual task tracking, automatically picking up tasks from the board to initiate the development lifecycle.

Why does automated code review require robust session management and process cleanup?

Automated code review requires robust session management and process cleanup to ensure reliable execution during complex development workflows. Enforcing concurrency rules across multiple developer and reviewer agents prevents conflicts and maintains accurate status tracking throughout the pull request lifecycle.