Agent skill · operations · aiskillstore

4-step-program

Coordinator workflow for orchestrating dockeragents through fix-review-iterate-present loop. Use when delegating any task that produces code changes. Ensures agents achieve 10/10 quality before presenting to human.

Why this skill is useful

Adds a detailed coordinator workflow with executable steps for managing docker agents, ensuring high-quality code delivery through a structured review process.

What it needs

Requires docker installed locally. Requires github account access. About 10k tokens when loaded. Last updated 2026-08-07. 405 stars on the source repository.

What this skill does

The 4 Step Program A coordinator workflow for orchestrating dockeragents. You delegate, they implement. You enforce the loop until quality is achieved. ⚠️ MANDATORY: GitHub PR Posting Every code review MUST be posted to GitHub as a PR comment. This is NOT optional. The code-reviewer agent MUST post their review to the PR A review that is not posted to GitHub means the task has FAILED The human needs to see the review on the PR page to evaluate quality before merging If the agent reports completion without posting to GitHub, send them back to post it The Loop Step 1: Delegate FIX to Agent Assign the implementation task to a dockeragent: The task description MUST include: Clear action to perform Context (issue numbers, file paths, errors) ALL requirements from the issue/task (100% must be implemented) Success criteria Instruction to self-review using Skill(code-reviewer) and POST to GitHub when done CRITICAL: 100% Issue Coverage Requirement When delegating, you MUST: 1. Read the full issue: gh issue view <number> 2. Extract EVERY requirement, acceptance criterion, and edge case 3. Include ALL of them in the delegation prompt 4. Make it clear that 100% of requirements must be implemented Example delegation: "Fix the authentication bug in src/auth.ts (Issue #45). Requirements from issue (ALL must be implemented): 1. Session token expires correctly after 24 hours 2. Refresh token works when session token expires 3. Error message shown when both tokens expire 4. User redirected to login page on auth failure Success: ALL 4 requirements implemented, tests pass, bug no longer reproducible. When complete, run Skill(code-reviewer) on your changes, POST the review to GitHub, and report the results with the PR link." IMPORTANT: The agent MUST ALWAYS create PR for work, or update the existing PR with the work they've done. CRITICAL: PR Must Link and Close Issues When creating PR, agent MUST: 1. Use Closes #X or Fixes #X in PR body for each issue being addressed 2. …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills aiskillstore/4-step-program

View the source on GitHub

Browse the @skills marketplace