cobusgreylingcobusgreylingCommunityยท21 Agent Skills Included

loop-engineering

Design self-running agent loops that keep codebases healthy

Builds automated agent loops that triage issues, watch pull requests, fix CI failures, sweep dependencies, and draft release notes. Replaces manual repo maintenance and repetitive prompting with scheduled, verified agent runs that persist state between executions. Includes safety gates, token budgets, and verifier checks so loops start report-only and only earn autonomy after proving reliable.
npx skills add cobusgreyling/loop-engineering --all -g -y
Available:

Tells the AI agent how to operate loops on this repository, including daily triage into STATE.md, PR-only fixes with human review, and git worktree isolation for unattended changes.

All Skills in This Repository (21)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
cobusgreylingcobusgreyling

goal-verifier

Automate goal completion verification against defined criteria in project management.

Community
Basic
๐Ÿ“ฆ In Repo
cobusgreylingcobusgreyling

pr-review-triage

Monitor pull requests for status, merge conflicts, and unanswered comments.

Community
Intermediate
๐Ÿ“ฆ In Repo
cobusgreylingcobusgreyling

loop-triage

Automates triage of development changes, CI failures, and issues into prioritized reports using Python.

Community
Intermediate
๐Ÿ“ฆ In Repo
cobusgreylingcobusgreyling

post-merge-scan

Identify technical debt, TODOs, and debugging code in recently merged code.

Community
Intermediate
๐Ÿ“ฆ In Repo
cobusgreylingcobusgreyling

issue-triage

Scan open issues for duplicates, prioritize, label, and escalate critical ones.

Community
Basic
๐Ÿ“ฆ In Repo
cobusgreylingcobusgreyling

ci-triage

Parse CI failure output and classify issues as flake, regression, environment, or configuration.

Community
Intermediate
๐Ÿ“ฆ In Repo
cobusgreylingcobusgreyling

loop-verifier

Verify loop-produced code changes by running tests and validating scope.

Community
Advanced
๐Ÿ“ฆ In Repo
cobusgreylingcobusgreyling

changelog-scan

Extract PR and commit information into a structured release notes draft.

Community
Intermediate
๐Ÿ“ฆ In Repo
cobusgreylingcobusgreyling

draft-release-notes

Convert structured change log entries into formatted release note drafts.

Community
Intermediate
๐Ÿ“ฆ In Repo
cobusgreylingcobusgreyling

dependency-triage

Scan package manifests and lockfiles for outdated and vulnerable dependencies.

Community
Advanced
๐Ÿ“ฆ In Repo
cobusgreylingcobusgreyling

loop-constraints

Enforce system constraints during multi-step workflow executions.

Community
Intermediate
๐Ÿ“ฆ In Repo
cobusgreylingcobusgreyling

loop-budget

Monitor token budget usage during loop runs and exit on breach.

Community
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install loop-engineering?โ–ผ

Run `npx skills add cobusgreyling/loop-engineering --all -g -y` in your terminal to install all loop skills globally.

What is loop engineering?โ–ผ

It is a pattern library for running AI agents in scheduled loops around a codebase, so the system discovers work, hands it to agents, verifies results, and saves state instead of you typing the next prompt.

Which repo tasks can agent loops automate?โ–ผ

Ready-made patterns cover daily triage, PR babysitting, CI failure sweeping, dependency updates, issue labeling, changelog drafting, and post-merge cleanup.

Is it safe to let loops change code automatically?โ–ผ

Yes, by design every loop starts in report-only mode and only graduates to assisted or unattended fixes after a verifier agent has proven reliable for a week.

Does loop-engineering work with Claude Code and Codex?โ–ผ

Yes. Starters and examples are included for Claude Code, Codex, Grok, Opencode, OpenClaw, and plain GitHub Actions.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’