← all publishers

abelski

@abelski source repo

8 published skills

  1. SQL · abelski
    Run SQL against this project's database. Pass a query as $ARGUMENTS or be prompted for one.
    0 installs
  2. Triage · abelski
    Fetch unresolved user-reported issues from this project's issue tracker, filter out spam/test noise by checking each against real data, and draft a bugfix plan per confirmed issue into plans/triage/active/ — using the same frontmatter/checklist shape ralph-implement already drives. Use when asked to triage a backlog of user-reported issues, process bug reports, or sync triage plan files with tracker state. Pairs with fix-issue-from-triage, which executes one drafted plan.
    0 installs
  3. Wait What · abelski
    Stop. That last message did not land: re-pitch it.
    0 installs
  4. Update Readme · abelski
    Update README.md after key decisions or architecture changes in this project.
    0 installs
  5. Do In My Chrome · abelski
    Drive the user's own Chrome browser, headed, attached to their real running tab so cookies/logins carry over — never a fresh or switched profile. Use for any one-off task that needs to read or act on a live webpage the user is (or should be) logged into — check a page, click through a flow, scrape something, verify a live state — when no more specific skill already covers that site. Not for a project's own automated browser-test suite — that stays headless and isolated. Works in any project, not tied to this one.
    0 installs
  6. Feature Analyst · abelski
    Plan a feature or bugfix before implementing it — clarify requirements via AskUserQuestion dialogs, write a checklist plan to plans/, get user approval, then hand off implementation to the ralph-implement loop.
    0 installs
  7. Ralph Implement · abelski
    Execute a checklist plan file (feature or bugfix) to completion via a bounded, resumable, self-correcting loop — delegates each pass to a ralph-implementer subagent, flips checkboxes live, retries failed validation commands up to max_iterations (persisted in the plan's own frontmatter so retries survive a session restart), marks the plan blocked rather than falsely done if the budget runs out. Pipeline-agnostic — knows nothing about any caller-specific epilogue (publishing, notifying, moving files); callers own that.
    0 installs
  8. Fix Issue From Triage · abelski
    Fix a triaged issue from plans/triage/active/ — delegate the fix and tests to the ralph-implement loop, then confirm resolution with the user before updating the tracker and moving the plan to implemented/. Companion to the triage skill, which drafts the plan this one executes.
    0 installs