Skip to content

Instantly share code, notes, and snippets.

View jubishop's full-sized avatar
🎼
Making a podcast app.

Justin Bishop jubishop

🎼
Making a podcast app.
View GitHub Profile
@jubishop
jubishop / SKILL.md
Created June 20, 2026 22:12
review skill

name: review description: >- Exhaustive, evidence-driven code review of the current branch's pull request. Surfaces every actionable issue (correctness, reliability, performance, maintainability, and architecture), including related issues in unchanged code discovered while reviewing the PR, walks the findings one at a time — fully explaining each in chat before asking for a decision (fix in this PR or open a follow-up GitHub issue), then implements chosen in-PR fixes with regression tests where a harness exists, then commits, pushes, and closes qualifying GitHub feedback without a separate

@jubishop
jubishop / SKILL.md
Created June 20, 2026 22:12
prfix skill
name prfix
description Pull unresolved review comments on the current PR, address and resolve each one, and record outcomes in the shared PR review ledger (memory/pr_reviews), same as /review.
user_invocable true
disable-model-invocation true

Fix Unresolved PR Review Comments

@jubishop
jubishop / SKILL.md
Created June 20, 2026 22:12
issuefix skill

name: issuefix description: >- Address a GitHub issue from the current repository by implementing a fix from a dedicated issue branch/worktree and opening a PR that auto-closes the issue when merged. Use when the user wants to "fix issue #N", "tackle this issue", or pastes a GitHub issue URL/number and wants it resolved. The skill validates the issue belongs to the current repo, runs preflight (branch/worktree), asks any necessary clarifying questions, then ships the PR. user_invocable: true

@jubishop
jubishop / 284.md
Created May 31, 2026 16:30
PR #284 Review: Search-tab top-picks discovery list (jubishop/podhaven)
pr 284
title Search-tab top-picks discovery list
branch worktree-searchRecommendations
base main
repo jubishop/podhaven

PR Review #284

@jubishop
jubishop / SKILL.md
Created May 31, 2026 16:23
review agent skill

name: review description: >- Exhaustive, evidence-driven code review of the current branch's pull request. Surfaces every actionable issue (correctness, reliability, performance, maintainability, and architecture), walks the findings one at a time to collect a decision on each, then implements the chosen fixes with regression tests where a harness exists. Requires an open PR on the current branch. Use when the user asks to review, audit, or critique a PR. user_invocable: true

@jubishop
jubishop / SKILL.md
Created May 31, 2026 16:09
team-review Cursor agent skill

name: team-review description: >- Runs a multi-agent code review by launching focused review subagents, deduplicating their findings, and walking the user through each finding interactively. Defaults to the current PR when no review scope is given. Use when the user asks for /team-review, team-review, team review, parallel review, multi-agent review, review with subagents, or wants a deeper code review than a single-pass review. user_invocable: true

@jubishop
jubishop / SKILL.md
Created May 29, 2026 02:15
Agent review skill: exhaustive evidence-driven code review with interactive decisions and TDD fixes

name: review description: >- Exhaustive, evidence-driven code review over any scope — staged or unstaged changes, a branch diff, a PR, a single commit, a commit range, selected files/modules, or the whole repository. Surfaces every actionable issue (correctness, reliability, performance, maintainability, and architecture), walks the findings one at a time to collect a decision on each, then implements the chosen fixes with regression tests where a harness exists. Use when the user asks to review, audit, or critique staged/unstaged changes, a

@jubishop
jubishop / SKILL.md
Created May 29, 2026 02:14
Cursor team-review skill: multi-agent code review with focused subagents

name: team-review description: >- Runs a multi-agent code review by launching focused review subagents, deduplicating their findings, and walking the user through each finding interactively. Defaults to the current PR when no review scope is given. Use when the user asks for /team-review, team-review, team review, parallel review, multi-agent review, review with subagents, or wants a deeper code review than a single-pass review. user_invocable: true

@jubishop
jubishop / tvw-speaker-attribution.md
Created May 23, 2026 05:50
TVW speaker attribution research

TVW Speaker Attribution Research

Last updated: 2026-05-23

Goal

Build a service that monitors TVW videos and transcripts, lets users track specific government activities, and notifies them when relevant things happen in a video.

The main technical challenge is not speech-to-text. It is assigning each spoken statement to the correct real-world speaker.

@jubishop
jubishop / agent-sdk-comparison.md
Created May 10, 2026 06:32
Comparative breakdown: Cursor SDK vs OpenAI Codex SDK vs Claude Agent SDK