repo-tooling
01Plugin Claude Code
AI skills for the @rtorcato/repo-tooling family: drive the tooling CLI, follow the shared semantic-release publishing rules, and run the label-driven issue → PR pipeline.
Plugin Claude Code
AI skills for the @rtorcato/repo-tooling family: drive the tooling CLI, follow the shared semantic-release publishing rules, and run the label-driven issue → PR pipeline.
Plugin Claude Code
Adopt and audit the @rtorcato/repo-tooling shared presets via its CLI, follow the family's semantic-release publishing rules, and run the label-driven ai-issue-loop pipeline.
Settings file Claude Code
Agent settings configuring worktree.
Instructions file CodexOpenCode
Instructions for rtorcato/repo-tooling, covering agents.md, what this is, cli surface (agent-friendly), recommended workflows and scaffolding a new project from scratch.
Skill Claude CodeCodex
The engine behind /ai-workflow — normally you do not invoke this directly. One stateless tick over the GitHub label state: answer ai-changes with a fix round, merge Dependabot PRs, hand passed issue PRs to the human, clean up merged worktrees, reap stalled agents, and pick up any remaining ai-ready issues.…
Skill Claude CodeCodex
File a GitHub issue labelled ai-ready for the ai-issue-loop pipeline to pick up and implement unattended. Use when the user says "file this for the loop", "make this an AI issue", "queue this for an agent", or invokes /ai-issue. For an ordinary issue a human will work on, use plain gh issue create with no label…
Skill Claude CodeCodex
Show what the ai-issue-loop pipeline is doing right now — read-only. Use when the user asks "what's the loop doing", "loop status", "is anything blocked", or invokes /ai-loop-status. Never applies a label, merges a PR, or spawns an agent. Takes an optional owner/repo argument; defaults to the current repo. GitHub only…
Skill Claude CodeCodex
The entry point for the ai-ready issue pipeline — start here. Implements the queue in parallel, one agent per issue, each in its own git worktree, ending at open PRs reviewed by two agents; then registers the ai-issue-loop engine on a 15-minute loop to carry those PRs through fix rounds and cleanup. Use when the user…
Skill Claude CodeCodex
Run this repo's own tooling against throwaway greenfield fixtures in a temp directory and report what breaks. Use when the user asks to "dogfood", "test the tool on a fresh repo", "see what happens on a new project", or invokes /dogfood. Asks what to exercise before it starts. Writes only under a temp directory, never…
Skill Claude CodeCodex
Use before releasing or publishing any package in a repo set up by @rtorcato/repo-tooling. Triggers on "publish", "cut a release", "bump the version", "tag a release", "npm publish", "how do releases work here". The hard rule — releases are automated by the repo's release tool (semantic-release, Changesets, or Release…
Skill Claude CodeCodex
Use when adopting, auditing, or fixing TypeScript/JavaScript project tooling with @rtorcato/repo-tooling, or scaffolding a new project with it. Triggers on "audit my tooling", "fix tooling drift", "is my tsconfig/biome/vitest config right", "set up CI/semantic-release/dependabot", "scaffold a TS…