Agent skill

svgme-status-handoff

Deterministic SVGMe/Cack status handoff workflow for cron or manual updates. Use when reporting repo state, blockers, unknowns, and next actions with git evidence (branch, head, status, stashes, PRs, branch inventory, test health), and when avoiding repetitive status spam by summarizing deltas only.

Stars 9
Forks 0

Install this agent skill to your Project

npx add-skill https://github.com/delorenj/skills/tree/main/svgme-status-handoff

SKILL.md

SVGMe Status Handoff

Run this workflow for status updates to leadership (Cack/Jarad) where evidence and consistency matter.

Required evidence commands

Run exactly:

  1. git rev-parse --abbrev-ref HEAD
  2. git log -1 --oneline
  3. git status --short
  4. git stash list
  5. gh pr list --state open
  6. git branch --all --list '*SVGME*'

If testing context changed, run:

  • pytest -q web/test_api.py web/test_app_onboarding.py
  • pytest -q web/test_api_smoke.py
  • cargo test -q

Output format

Always respond in this structure:

  • Facts
  • Unknowns
  • Blockers
  • Next action

Never use guess language where commands can verify facts.

Delta-only anti-spam rule

For periodic cron handoffs, do not resend identical full reports repeatedly.

  • If state changed, report the change and refreshed evidence.
  • If state is unchanged, send one compact line: "No material change since last sweep; tests/PR state unchanged." plus any new risk.
  • Aggregate repetitive updates in daily memory as a single summarized block instead of many near-duplicate entries.

Policy defaults

  • PR-first delivery.
  • Keep strict API-key enforcement unless explicitly changed by leadership decision.
  • If a prioritization tradeoff appears, request a direct call quickly and continue execution immediately after decision.

Expand your agent's capabilities with these related and highly-rated skills.

delorenj/skills

openclaw-upgrade

Upgrade OpenClaw installations to the latest version. Handles global npm installs, local development setups, release channels (stable/beta/dev), configuration preservation, and platform-specific requirements. Use when updating OpenClaw, switching release channels, or troubleshooting update issues.

9 0
Explore
delorenj/skills

vercel-composition-patterns

React composition patterns that scale. Use when refactoring components with boolean prop proliferation, building flexible component libraries, or designing reusable APIs. Triggers on tasks involving compound components, render props, context providers, or component architecture. Includes React 19 API changes.

9 0
Explore
delorenj/skills

security-monitor

Real-time security monitoring for Clawdbot. Detects intrusions, unusual API calls, credential usage patterns, and alerts on breaches.

9 0
Explore
delorenj/skills

event-driven-architecture

Kafka, RabbitMQ, SQS/SNS, event sourcing, CQRS, saga patterns, dead letter queues, and idempotency. Use when designing asynchronous systems, implementing message-driven workflows, or building event streaming pipelines.

9 0
Explore
delorenj/skills

shadcn-ui

Expert guidance for integrating and building applications with shadcn/ui components, including component discovery, installation, customization, and best practices.

9 0
Explore
delorenj/skills

just-fucking-cancel

Find and cancel unwanted subscriptions by analyzing bank transactions. Detects recurring charges, calculates annual waste, and helps you cancel with direct URLs and browser automation. Use when: 'cancel subscriptions', 'audit subscriptions', 'find recurring charges', 'what am I paying for', 'save money', 'subscription cleanup', 'stop wasting money'. Supports CSV import (Apple Card, Chase, Amex, Citi, Bank of America, Capital One, Mint, Copilot) OR Plaid API for automatic transaction pull. Outputs interactive HTML audit with one-click cancel workflow. Pairs with Plaid integration for real-time transaction access without CSV exports.

9 0
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results