build-iterated-agentic-loop

Installation
SKILL.md

Build Iterated Agentic Loop

Use this skill when the user wants to turn a repeatable agent task into a repo-local skill plus a GitHub Actions workflow that runs a coding agent on a schedule, manually, or both.

The target shape is an iterated agentic loop: a focused skill defines the agent's judgement, a workflow invokes a coding agent with a repo-specific prompt, an agent-memory file carries standing feedback between runs, and each workflow labels its PRs so only one open PR exists per loop. The narrow-react-prop-types skill is the concrete reference pattern.

Outputs

Create or update these files in the target repo:

  • .claude/skills/<skill-name>/SKILL.md for the repo-local agent behavior.
  • .github/workflows/agent-<task-name>.yml for the recurring coding-agent automation.
  • .github/agent-memory/<task-name>.md for stable feedback and scope constraints.
  • Optional references under .claude/skills/<skill-name>/references/ when the skill needs templates, examples, or long supporting material.

Workflow

1. Explore the target repo

Installs
119
GitHub Stars
377
First Seen
Jun 23, 2026
build-iterated-agentic-loop — humanlayer/skills