Jon Lombardi avatar

Jon Lombardi

Community

@jl-cmd · Florida

1Followers
|
9Public Repos
|
63Published Skills

Automation engineer and full-stack developer. Python, React/TypeScript, Django. Building with AI tools daily.

Skills Distribution
DomainDeveloper To...Pull Request Revie.. (45%)Claude Code Config.. (20%)Git Branching & Wo.. (15%)Session Journaling.. (12%)

Agent Skills by Jon Lombardi

Showing 63 vetted skills indexed across 1 GitHub repositories.

jl-cmdjl-cmd
6

parallel-debug

Runs the pr-converge loop across open GitHub PRs using AHK auto-continue pacing in Cursor.

Community
Advanced
jl-cmdjl-cmd
6

verify

Verifies the claude-dev-env installer lifecycle in a disposable sandboxed home directory.

Community
Advanced
jl-cmdjl-cmd
6

pr-name-by-capability

Audit GitHub pull requests for driver-word naming violations on reusable capability modules.

Community
Intermediate
jl-cmdjl-cmd
6

pr-plain-language-cleanup

Trims filler words and needless code from every changed file in a pull request.

Community
Intermediate
jl-cmdjl-cmd
6

pr-cleanup

Refines pull requests through parallel audits, focused sizing, and review loops.

Community
Advanced
jl-cmdjl-cmd
6

pr-shared-extraction

Audits pull requests for misplaced helpers and extracts them into shared_utils modules.

Community
Advanced
jl-cmdjl-cmd
6

update

Fast-forwards a local repository's main branch to a remote's main after confirmation.

Community
Intermediate
jl-cmdjl-cmd
6

session-tidy

Audits, cleans, and consolidates session logs in an Obsidian vault.

Community
Advanced
jl-cmdjl-cmd
6

run-claude-dev-env

Build, install, and smoke-test the claude-dev-env installer against a sandbox home directory.

Community
Intermediate
jl-cmdjl-cmd
6

skill-builder

Orchestrates the lifecycle of building, improving, and polishing Claude Code skills.

Community
Advanced
jl-cmdjl-cmd
6

pr-small-cl

Scopes or splits pull requests into self-contained reviewable increments.

Community
Basic
jl-cmdjl-cmd
6

pr-refinement

Coordinate pull-request audits and publish dependency-ordered GitHub pull-request stacks.

Community
Advanced
jl-cmdjl-cmd
6

hitl

Enforces human-in-the-loop scope reporting and bounds worker orchestration.

Community
Basic
jl-cmdjl-cmd
6

autoconverge

Drives a draft GitHub PR to convergence through autonomous review and fix rounds.

Community
Advanced
jl-cmdjl-cmd
6

session-log

Generates HTML session reports with frontmatter metadata and publishes them to an Obsidian vault.

Community
Advanced
jl-cmdjl-cmd
6

prototype

Builds proof-of-concept code in a hookless git worktree sandbox, then promotes it through clean-room review.

Community
Advanced
jl-cmdjl-cmd
6

review-tier

Classify pull-request change surfaces into T1, T2, or T3 review tiers from git evidence.

Community
Advanced
jl-cmdjl-cmd
6

rebase

Rebases git branches onto their base ref with verification gates before force-pushing.

Community
Advanced
jl-cmdjl-cmd
6

pr-title-description

Writes plain-language pull request titles and descriptions from full diffs.

Community
Intermediate
jl-cmdjl-cmd
6

source-command-sr-loop

Runs a converging cleanup loop repeating simplify and code-review passes until a PR diff is clean.

Community
Advanced
jl-cmdjl-cmd
6

pr-loop-cloud-transport

Routes PR-loop skill operations through GitHub MCP tools when gh CLI is unavailable.

Community
Advanced
jl-cmdjl-cmd
6

bugteam

Automates multi-loop pull request audit and fix cycles until convergence on GitHub.

Community
Advanced
jl-cmdjl-cmd
6

release-notes-html

Generates a self-contained HTML release-notes page from session evidence and repository state.

Community
Intermediate
jl-cmdjl-cmd
6

pr-fix-protocol

Applies reviewer findings to pull requests as verified fixes and resolves review threads.

Community
Advanced

Frequently Asked Questions About Jon Lombardi

FAQPage Schema
What tasks can I automate using jl-cmd's skills?▼

You can run PR convergence loops (pr-converge, autoconverge, bugteam) that cycle Bugbot, Copilot, and Codex reviews with fixes until clean; audit PRs for naming and extraction issues; rebase and split branches; file GitHub issues; and journal sessions to an Obsidian vault.

Who are these skills built for?▼

They target automation engineers and full-stack developers working in Claude Code or Cursor who manage GitHub pull requests at high volume. The author's stack is Python, React/TypeScript, and Django, and several skills assume that environment, such as the pytest/Playwright test-runner.

How do I install and run these skills?▼

Skills install through the claude-dev-env installer, which the run-claude-dev-env skill builds, smoke-tests in a sandbox, and verifies in a disposable home. Once installed into ~/.claude, each skill triggers on its slash command or natural-language phrase listed in its description.

Are jl-cmd's skills open source and free to use?▼

The skills are published as public repositories under the jl-cmd GitHub account with no stated licensing fee or paid tier. They run inside your own Claude Code or Cursor sessions, so usage costs are limited to your own model and reviewer quotas, such as the once-per-run Copilot pre-check.

What prerequisites do these skills require?▼

Most PR-loop skills require a GitHub repository, the gh CLI with auth (or the pr-loop-cloud-transport fallback), and Claude Code with hook support. Specific skills need extras: Obsidian for session journaling, Windows with PowerShell for scheduled tasks, Everything (es.exe) for file search, and Django/Playwright for the test-runner.