sweepi

Required orchestrater for linting using a dedicated sub-agent. Trigger when asked to run sweepi/linting + fixes, and before proposing commits.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "sweepi" with this command: npx skills add jjenzz/sweepi/jjenzz-sweepi-sweepi

Sweepi Orchestrator

Parent orchestrates only. Parent does not run Sweepi directly.

Trigger

  • User asks for sweepi or linting
  • Parent is preparing to propose a commit
  • Changed files may violate lint rules

Flow

COLLECT_FILES -> LINT -> RESULT

  • COLLECT_FILES: determine lint scope (changed files or --all)
  • LINT: invoke lint sub-agent
  • RESULT:
    • BLOCKED: retry with clarified scope or escalate to user with blocker details
    • CLEAN: report success

Sub-Agent Invocation Contract

Parent prompt to lint sub-agent MUST include:

Load and obey role instructions in <SKILL-ROOT-DIR>/AGENTS.md

And must specify lint scope:

  • sweepi . --file "<path>" ... for changed files
  • sweepi . --all when linting everything

Parent MUST NOT load lint instruction files into parent context.

Guardrails

  • Do not suppress rules or disable linting
  • Do not make speculative fixes without rule guidance/docs
  • Return only: CLEAN or BLOCKED with structured blockers

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

vertical-slice-delivery

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

clinic-visit-prep

帮助患者整理就诊前问题、既往记录、检查清单与时间线,不提供诊断。;use for healthcare, intake, prep workflows;do not use for 给诊断结论, 替代医生意见.

Archived SourceRecently Updated
Automation

changelog-curator

从变更记录、提交摘要或发布说明中整理对外 changelog,并区分用户价值与内部改动。;use for changelog, release-notes, docs workflows;do not use for 捏造未发布功能, 替代正式合规审批.

Archived SourceRecently Updated
Automation

klaviyo

Klaviyo API integration with managed OAuth. Access profiles, lists, segments, campaigns, flows, events, metrics, templates, catalogs, and webhooks. Use this skill when users want to manage email marketing, customer data, or integrate with Klaviyo workflows. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).

Archived SourceRecently Updated