Ben Rolf avatar

Ben Rolf

Community

@benjr70 · Atlanta

3Followers
|
21Public Repos
|
19Published Skills

Aderant Senior Software Engineer Computer Science Grad South Dakota State University

Skills Distribution
DomainDeveloper To...Autonomous PR & Is.. (45%)Code Review & Veri.. (20%)Specification & Pl.. (15%)Full-Stack Framewo.. (15%)

Agent Skills by Ben Rolf

Showing 19 vetted skills indexed across 1 GitHub repositories.

benjr70benjr70
1

afk-resolve

Resolves one wayfinder Decision ticket autonomously via research, docs-only PR, and ticket closure.

Community
Advanced
benjr70benjr70
1

verify-pr

Orchestrates manual verification of open PRs against a hermetic per-PR stack.

Community
Advanced
benjr70benjr70
1

pr-reconcile

Rebases conflicting pull requests and resolves review threads to restore mergeable state.

Community
Advanced
benjr70benjr70
1

wayfinder

Plan large efforts as decision tickets on a GitHub issue tracker.

Community
Advanced
benjr70benjr70
1

deps-land

Drives one Dependabot PR through CI verification, screenshot testing, and gated merge handoff.

Community
Advanced
benjr70benjr70
1

to-tickets

Breaks specs into vertical slices and publishes them as GitHub issues with dependencies.

Community
Advanced
benjr70benjr70
1

improve-codebase-architecture

Identifies shallow coupled modules and drafts module-deepening refactors as GitHub issue RFCs.

Community
Advanced
benjr70benjr70
1

verify-deploy

Verifies deployed dev-cloud and virtual-smoker apps via health checks, container status, and Playwright smoke tests.

Community
Intermediate
benjr70benjr70
1

to-spec

Synthesizes conversation context into a Spec published as a labeled GitHub issue.

Community
Intermediate
benjr70benjr70
1

afk-pickup

Picks the next eligible AFK-labeled GitHub issue and dispatches autonomous work on it.

Community
Advanced
benjr70benjr70
1

review-pr

Reviews pull requests by classifying changed files and spawning specialized subagent reviewers.

Community
Advanced
benjr70benjr70
1

d3-viz

Creates interactive SVG data visualisations with d3.js scales, layouts, and transitions.

Community
Intermediate
benjr70benjr70
1

pr-watch

Polls GitHub PR CI checks and auto-fixes failures via a bounded implementer loop.

Community
Advanced
benjr70benjr70
1

nestjs-best-practices

Applies 40 prioritized NestJS rules covering architecture, dependency injection, security, and performance.

Community
Intermediate
benjr70benjr70
1

afk-dispatch

Orchestrates a Claude Code agent team to implement GitHub issues labeled AFK.

Community
Advanced
benjr70benjr70
1

electron

Implements Electron Forge desktop apps with React, Webpack, IPC, and kiosk-mode displays.

Community
Intermediate
benjr70benjr70
1

tdd

Guides test-driven development using the red-green-refactor loop with behavior-focused integration tests.

Community
Intermediate
benjr70benjr70
1

grill-me

Interrogates a plan or design through structured questioning until reaching shared understanding.

Community
Basic
benjr70benjr70
1

pr-review

Reviews green pull requests on correctness and spec compliance, posting inline findings.

Community
Advanced

Frequently Asked Questions About Ben Rolf

FAQPage Schema
What 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.