glucksberg logo

glucksberg skills on Remote OpenClaw

5 skills published by glucksberg. Each listing includes a one-command install for Claude Code, OpenClaw, Codex, and Hermes, plus a link to the upstream source.

fork-manager

Manages GitHub forks where you have open PRs and want to use improvements before they merge upstream. Tracks each PR branch, syncs with upstream, rebases branches, and maintains a production branch that combines all open PRs and local patches. Closed or rejected PRs can be kept as local patches with optional review scheduling.

Coding Agents & IDEs1.2K installs

issue-prioritizer

Analyzes open GitHub issues in a repository and ranks them by an Adjusted Score that combines ROI with penalties for solution sanity, architectural impact, and actionability. Helps identify quick wins, detect over-engineered proposals, and filter out non-actionable items. Read-only — never modifies repositories.

Coding Agents & IDEs1.1K installs

pr-ship

Generates a pre-ship risk report for OpenClaw pull requests by diffing the current branch against main and dynamically exploring changed modules with read-only shell commands. Each finding is scored by severity and backed by evidence from the diff and codebase exploration. No approve/reject decision is made — the report gives information for the developer to act on.

Coding Agents & IDEs566 installs

anti-pattern-czar

Autonomous agent that scans TypeScript codebases for error handling anti-patterns such as empty catch blocks, swallowed promises, and unlogged errors. Operates in five modes: scan, review, auto, resume, and report. Session state persists across runs so large codebases can be fixed incrementally.

Web & Frontend Development377 installs

cross-ref

Cross-references GitHub PRs and issues to surface duplicate PRs and issues that already have a solving PR but no explicit link. Spawns parallel Sonnet subagents to analyze up to 1000 PRs and 1000 issues simultaneously, then groups findings into thematic clusters scored by actionability. After review, it can comment, label, or close items via the GitHub CLI.

Web & Frontend Development354 installs