abelski
- 8 skills
- 0 followers
- 8 hours ago last updated
- ▌ SQL · abelskiRun SQL against this project's database. Pass a query as $ARGUMENTS or be prompted for one.
- ▌ Triage · abelskiFetch 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.
- ▌
- ▌ Update Readme · abelskiUpdate README.md after key decisions or architecture changes in this project.
- ▌ Do In My Chrome · abelskiDrive 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.
- ▌ Feature Analyst · abelskiPlan 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.
- ▌ Ralph Implement · abelskiExecute 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.
- ▌ Fix Issue From Triage · abelskiFix 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.