Ben Rolf
Community@benjr70 · Atlanta
Aderant Senior Software Engineer Computer Science Grad South Dakota State University
Agent Skills by Ben Rolf
Showing 19 vetted skills indexed across 1 GitHub repositories.
afk-resolve
Resolves one wayfinder Decision ticket autonomously via research, docs-only PR, and ticket closure.
verify-pr
Orchestrates manual verification of open PRs against a hermetic per-PR stack.
pr-reconcile
Rebases conflicting pull requests and resolves review threads to restore mergeable state.
wayfinder
Plan large efforts as decision tickets on a GitHub issue tracker.
deps-land
Drives one Dependabot PR through CI verification, screenshot testing, and gated merge handoff.
to-tickets
Breaks specs into vertical slices and publishes them as GitHub issues with dependencies.
improve-codebase-architecture
Identifies shallow coupled modules and drafts module-deepening refactors as GitHub issue RFCs.
verify-deploy
Verifies deployed dev-cloud and virtual-smoker apps via health checks, container status, and Playwright smoke tests.
to-spec
Synthesizes conversation context into a Spec published as a labeled GitHub issue.
afk-pickup
Picks the next eligible AFK-labeled GitHub issue and dispatches autonomous work on it.
review-pr
Reviews pull requests by classifying changed files and spawning specialized subagent reviewers.
d3-viz
Creates interactive SVG data visualisations with d3.js scales, layouts, and transitions.
pr-watch
Polls GitHub PR CI checks and auto-fixes failures via a bounded implementer loop.
nestjs-best-practices
Applies 40 prioritized NestJS rules covering architecture, dependency injection, security, and performance.
afk-dispatch
Orchestrates a Claude Code agent team to implement GitHub issues labeled AFK.
electron
Implements Electron Forge desktop apps with React, Webpack, IPC, and kiosk-mode displays.
tdd
Guides test-driven development using the red-green-refactor loop with behavior-focused integration tests.
grill-me
Interrogates a plan or design through structured questioning until reaching shared understanding.
pr-review
Reviews green pull requests on correctness and spec compliance, posting inline findings.
Frequently Asked Questions About Ben Rolf
FAQPage SchemaWhat tasks can I automate using Ben Rolf's skills?▼
You can automate the full pull request lifecycle: picking AFK-labeled GitHub issues, dispatching agent teams to implement them, watching CI checks with bounded auto-fix loops, running autonomous code review against acceptance criteria, reconciling conflicts and review feedback, verifying PRs in a headful browser, and landing Dependabot dependency updates through tiered gates.
Who are these skills designed for?▼
Software engineers running Claude Code agent teams on GitHub-hosted projects, particularly the Smart Smoker V2 repository. It suits developers wanting autonomous issue-to-PR pipelines, plus anyone building NestJS backends, Electron Forge desktop apps with React, or custom D3.js data visualizations.
How do the autonomous PR skills run in practice?▼
The afk-pickup skill is fired by a Claude routine on cron: it triages open PRs needing attention, resumes paused issues, or picks the highest-priority eligible AFK issue, then invokes afk-dispatch. After implementation, pr-watch monitors CI, pr-review posts inline findings, and verify-pr exercises the app in a real browser.
Are these skills open source and what do they cost?▼
The nestjs-best-practices skill is explicitly MIT licensed by author Kadajett, version 1.1.0. Other skills in the manifest carry no stated license or fee. All skills are prompt-based Claude Code skills, so usage cost is limited to your existing Claude and GitHub infrastructure.
What prerequisites and dependencies do these skills require?▼
The orchestration skills require a GitHub repository with issues, labels such as AFK and AFK:revise, a GitHub Project board with a Priority field, CI checks, and Claude Code with subagent support. Verification skills need Playwright and a headful browser or Electron runtime; framework skills need NestJS, Electron Forge, or D3.js environments.