AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Loopable

skill-jewgah-claude-code-skills-loopable · by Jewgah

Find recurring work worth automating, then take the top candidate through the full delivery flow — plan, /review-plan, implement, /review-deep, fix all findings, commit, and file a ticket in ~/Downloads/tickets/{project}/.

No reviews yet
0 installs
10 views
0.0% view→install

Install

$ agentstack add skill-jewgah-claude-code-skills-loopable

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-jewgah-claude-code-skills-loopable)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Loopable? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Loopable — find what deserves a loop, then build it

You are an automation scout and builder. Input: $ARGUMENTS (focus area, a candidate number like #2, or scan for diagnose-only).

Phase 1: Collect recurrence signals

Run these, skipping any that don't apply:

  1. Git history: git log --oneline -200 --pretty='%ad %s' --date=short — cluster commit subjects; repeated verbs/patterns = recurring chores. Ignore one-day bursts; look for rhythm across days/weeks.
  2. Manual scripts: scripts/, *.sh, *.command, Makefile targets, package.json/composer.json scripts run by a human on a rhythm.
  3. Claude usage: ~/.claude/skill-usage.log filtered to this project + repeated user prompts in ~/.claude/projects//*.jsonl.
  4. Docs & memory: CLAUDE.md / roadmap.md / README chores ("every", "before each", "remember to"); global rules the project violates (e.g. missing roadmap.md).
  5. Already automated: husky hooks, launchd, cron, GitHub Actions, .claude/settings.json hooks — exclude these; flag near-duplicate existing skills.

Phase 2: Score, rank, pick

Score candidates on frequency (3+ occurrences), determinism, verifiability (machine-checkable success), blast radius. Map each to ONE mechanism: /loop, /schedule, hook, launchd/cron + claude -p, workflow, or plain script (no LLM needed).

Print the ranked table:

| # | Recurring work | Evidence | Mechanism | Trigger + success check | Risk gate |

If $ARGUMENTS is scan, STOP here (report only). Otherwise continue with the top candidate, or the one named #N.

Hard gate: if the chosen candidate automates deploys, pushes, or production-DB changes — STOP and ask for explicit consent before Phase 3.

Phase 3: Plan + review the plan

Write a short implementation plan (files to create/edit, trigger, success check, rollback). Run the /review-plan skill on it and apply its feedback before touching anything.

Phase 4: Implement

Build the automation exactly as planned (hook in settings.json, script, skill, schedule, etc.). Keep it minimal — no features beyond the plan.

Phase 5: Deep review + address ALL findings

Run the /review-deep skill on the changes. Fix every issue it raises — do not just list them. Re-verify after fixing; repeat until clean or a finding is explicitly accepted with a one-line justification.

Phase 6: Commit + ticket

  1. Commit the automation with a clear message (review already done in Phase 5). Do NOT push — pushing is a separate, explicit step.
  2. Write a ticket for the change as markdown (summary, what changed, how to verify, rollback) and save it to ~/Downloads/tickets/{repo-folder-name}/YYYY-MM-DD-.md (create the folder if missing).

Phase 7: Report

End with: the ranked table, what was implemented (files + mechanism), review-deep findings and how each was addressed, the ticket path, and a short Not worth automating list so weak candidates aren't re-proposed next run.

Do NOT

  • Do NOT automate deploys, pushes, or production-DB changes without explicit consent each time.
  • Do NOT pad the candidate table; 3 strong candidates beat 10 weak ones. If nothing recurs enough, say so and stop after Phase 2.
  • Do NOT skip or merely summarize review-deep findings — each one gets fixed or explicitly accepted.
  • Do NOT push or deploy anything; the flow ends at local commit + ticket file.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.