grp06grp06Communityยท8 Agent Skills Included

slop-janitor

Automated codebase refactoring, planning, implementation, and review loops

Automates the full refactor cycle: finding cleanup candidates, locking a decision, writing execution plans, implementing changes, and reviewing results. Eliminates the manual back-and-forth of queuing follow-up prompts and tracking progress across long coding sessions. Keeps work on one continuous thread with durable plan files and a complete run log, so every session stays inspectable and resumable.
npx skills add grp06/slop-janitor --all -g -y

All Skills in This Repository (8)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install slop-janitor?โ–ผ

Run `npx skills add grp06/slop-janitor --all -g -y` in your terminal to install all skills in this suite globally.

What does slop-janitor do?โ–ผ

It runs an automated loop that finds the best refactor candidates in a repo, plans the change, implements it, and reviews the result. It also supports larger multi-slice feature builds and sequential goal plans.

How does slop-janitor keep coding sessions on track?โ–ผ

It follows the ExecPlan pattern: create a plan, improve it, implement it, then review it. Durable plan files and a full run log keep the agent on the same problem across many turns.

Does slop-janitor work with Codex?โ–ผ

Yes. It talks directly to the Codex app-server, so you need a separate clone of the open-source Codex repository and a Codex login to run it.

Can I steer which refactors slop-janitor picks?โ–ผ

Yes. You can pass a prompt such as focusing on testability, adjust cycle and review counts, or approve goal plans before execution begins.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’