← all publishers

elitongadotti

@elitongadotti source repo

12 published skills

  1. Leak Check · elitongadotti
    Catch secrets, PII, and non-public context in a diff before it is committed or published. Use before any commit, and before pasting output anywhere public.
    0
    installs
  2. Spec First · elitongadotti
    Write the goal spec on disk before the agent acts, so it can't drift. Use before any multi-step task.
    0
    installs
  3. SQL Review · elitongadotti
    Review SQL and ORM queries for correctness, safety, and performance before they ship.
    0
    installs
  4. Shift Notes · elitongadotti
    Write and read the between-session handoff file so a fresh agent with no memory can pick up where the last one stopped without re-deriving context. Structured prose, not JSON — the model writes prose better.
    0
    installs
  5. Pr From Diff · elitongadotti
    Write a PR description a reviewer can approve fast. Use when opening any pull request.
    0
    installs
  6. Pycegerb Yoda · elitongadotti
    Write and review PySpark against Iceberg tables — schema discipline, native functions over UDFs, correct write mode, and table maintenance.
    0
    installs
  7. Using Cockpit · elitongadotti
    Routing rules for the cockpit skills. Auto-injected at session start so the other skills trigger reliably. Read first.
    0
    installs
  8. Context Budget · elitongadotti
    Keep the agent's context lean so accuracy doesn't collapse. Use on long sessions, big files, or when the agent starts hallucinating.
    0
    installs
  9. Read The Trace · elitongadotti
    Extract the actual cause from a stack trace instead of pattern-matching the error type. Use on any crash or exception.
    0
    installs
  10. Acceptance Audit · elitongadotti
    Audit a ticket's acceptance criteria against what the branch actually implements. Every item must be satisfied, and each must semantically match the implementation. Never edit or drop a criterion without the user's agreement.
    0
    installs
  11. Broken Window Check · elitongadotti
    Before picking new work, smoke-test the last "completed" feature. If it's broken, revert and re-open it before touching anything else. Kills the "looks shipped, isn't shipped" bug across sessions.
    0
    installs
  12. Writing Commit Messages · elitongadotti
    Write a commit message that describes the focus of the change, not its supporting work. Use when committing.
    0
    installs