github-coding-agent-subagents

Create and monitor remote GitHub PR workflows via gh agent-task.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/narduk-enterprises/myboat --skill github-coding-agent-subagents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-coding-agent-subagents
Source: https://github.com/narduk-enterprises/myboat/tree/main/.github/skills/github-coding-agent-subagents
Command: npx skills add https://github.com/narduk-enterprises/myboat --skill github-coding-agent-subagents

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

GitHub coding agents can be used as external workers to produce pull requests in remote repositories, enabling parallelized repo-scoped work and offloading non-blocking tasks from Codex.

Core Features & Use Cases

  • External GitHub coding agents handle repo-scoped tasks as remote PRs, enabling parallel work and separate reviews.
  • Preconditions and workflow: ensure base branch is prepared, repository is accessible, and agent briefs are explicit in scope.
  • Workflow: create, monitor, and optionally wait for termination; view PRs and PR metadata via GitHub.
  • Wrapper behavior: the provided Python wrapper prints structured JSON for automation and downstream tooling.
  • Validation: follow the task-briefs.md templates to ensure clear scope and acceptance criteria.

Quick Start

Run the bundled wrapper to create a new GitHub coding-agent task for a target repository by providing a base branch and a task brief file or inline description.

Frequently Asked Questions about github-coding-agent-subagents

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

FAQPage Schema
How do I delegate repo-scoped work to GitHub coding agents for parallel pull requests?

You delegate repo-scoped work to GitHub coding agents by using the gh agent-task wrapper to create, monitor, and manage remote PR workflows. It requires a base branch, repository, task brief, and validation criteria to ensure structured automation.

What is the best way to offload non-blocking coding tasks to remote GitHub agents?

Offloading non-blocking tasks to remote GitHub agents requires creating standalone PRs in target repositories. You provide explicit agent briefs detailing the task scope, allowing work to run in parallel and undergo separate reviews.

How do I create and monitor a GitHub coding agent task using a command line wrapper?

To create and monitor a GitHub coding agent task, run the bundled Python wrapper with a target repository, prepared base branch, and task brief. The wrapper outputs structured JSON for downstream automation and tracks PR metadata.

Do I need a specific base branch and task brief format to run GitHub coding agents?

Yes, running GitHub coding agents requires a prepared base branch and an explicit task brief. You should follow the task-briefs.md templates to ensure clear scope and define acceptance criteria before submitting work to remote agents.

Can I use GitHub coding agents for parallelized work across multiple repositories?

Yes, you can use GitHub coding agents for parallelized work across multiple repositories. The wrapper supports creating and managing multiple remote PR workflows concurrently, provided each task can be clearly described as a standalone PR.

Why does the GitHub coding agent wrapper output structured JSON?

The GitHub coding agent wrapper outputs structured JSON to support automation, downstream tooling, and auditing. It allows downstream systems to programmatically consume PR metadata, task status, and validation results from the remote agents.