dryvist

70 mods across 4 repositories, 28 stars between them.

pr-standards

49

dryvist/claude-code-plugins

Skill Claude CodeCodex

Use when creating PRs, linking issues, managing PR comments, or creating GitHub issues.

3 yesterday A 23 tokens original Apache-2.0

git-workflows

50

dryvist/claude-code-plugins

Plugin Claude Code

Git main branch synchronization, troubleshooting, and post-merge cleanup workflows.

3 yesterday A tokens not measured original Apache-2.0

git-flow-next

51

dryvist/claude-code-plugins

Skill Claude CodeCodex

Work with repositories using the git-flow-next branching model (default branch is develop, production branch is main). Covers branch creation, worktree setup, atomic commits, PR targeting, validation on develop, and mandatory end-of-session promotion to main.

3 yesterday A 56 tokens original Apache-2.0

dryvist/claude-code-plugins

Skill Claude CodeCodex

Use when adding or editing .pre-commit-config.yaml, wiring pre-commit hooks into a repo, scaffolding a new repo's lint/hook setup, or deciding where a hook or shared lint config should live. Covers the canonical nix-devenv/dryvist-.github architecture, profiles, and consumer patterns.

3 yesterday A 70 tokens original Apache-2.0

sync-main

53

dryvist/claude-code-plugins

Skill Claude CodeCodex

Update the repo's default branch from remote and merge it into the current branch, or all open PR branches. Despite the name (kept for continuity), this syncs whatever the repo's default branch actually is — main on trunk repos, develop on git-flow repos — and on git-flow repos also fast-forwards local main from…

3 yesterday A 72 tokens original Apache-2.0

github-workflows

57

dryvist/claude-code-plugins

Plugin Claude Code

PR finalization (single, repo-wide, or org-wide including bots), repo refresh, rebase-merge, merge, review thread resolution, issue shaping, issue sweeping that reconciles open issues against reality, and diagnosing silent GitHub Actions failures.

3 yesterday A tokens not measured original Apache-2.0

finalize-pr

58

dryvist/claude-code-plugins

Skill Claude CodeCodex

Automatically finalize pull requests for merge by resolving CodeQL violations, review threads, merge conflicts, and CI failures. Handles single PR (current branch or by number), all open PRs in the repo, or all open PRs across the org. Includes bot-authored PRs in all modes.

3 yesterday A 63 tokens original Apache-2.0

gh-cli-patterns

59

dryvist/claude-code-plugins

Skill Claude CodeCodex

Canonical reference for all gh CLI command shapes used by skills in this plugin. Defines the placeholder convention, default-branch (trunk vs git-flow) detection, allowed --json fields, GraphQL fallback rules, -f/-F/--raw-field flag semantics, the PR-readiness gate, code-scanning alert query, review-thread…

3 yesterday A 94 tokens original Apache-2.0

dryvist/claude-code-plugins

Skill Claude CodeCodex

Diagnose GitHub Actions workflows that fail silently — a reusable-workflow run that shows zero jobs and no logs (startupfailure), a gh-aw cross-repo import that mis-resolves when the source repo is literally named .github, and self-hosted-runner traps (a shared-tmp race across containers, docker exec landing as an…

3 yesterday A 113 tokens original Apache-2.0

github-code-search

61

dryvist/claude-code-plugins

Skill Claude CodeCodex

Search real code across 1M public GitHub repositories via grep.app — use when you need to see how others already solved something before writing it, find real usage of an API or config key, check whether a pattern is idiomatic, or gather prior art for a design decision. Works through the grep MCP server or a keyless…

3 yesterday A 76 tokens original Apache-2.0

issue-sweep

62

dryvist/claude-code-plugins

Skill Claude CodeCodex

Use when a tracker's open issues have piled up, gone stale, or stopped reflecting reality — issues that may already be fixed, duplicated, vague, or superseded — and you want them reconciled against the actual code and system, grouped by root cause, and turned into a plan for the highest-value cluster. Works with any…

3 yesterday A 103 tokens original Apache-2.0

merge-pr

63

dryvist/claude-code-plugins

Skill Claude CodeCodex

Merge a PR into its base branch. Defaults to a merge commit; pass --squash or -s to squash instead. Falls back to squash when the repo disallows merge commits. Single PR by number or current branch. Refuses to squash/rebase into main on a git-flow repo — use /promote-release there instead.

3 yesterday A 71 tokens original Apache-2.0

pr-sweep

64

dryvist/claude-code-plugins

Skill Claude CodeCodex

Use when open pull requests have piled up in one repo or across an owner's repos and you want the pile triaged and driven toward zero in one pass — including when most of them are bot- or teammate-authored. Also use when a sweep must run many repos in parallel without racing approvals or flooding CI.

3 yesterday A 66 tokens original Apache-2.0

promote-release

65

dryvist/claude-code-plugins

Skill Claude CodeCodex

Open and merge a develop-to-main promotion PR on a git-flow repo. Merge commit only, never squash or rebase — main accepts merge commits only. Every merge to main triggers release-please, which takes over tagging and release notes from there. Refuses on trunk repos (default branch main) — use /merge-pr instead.

3 yesterday A 71 tokens original Apache-2.0

prune-branches

66

dryvist/claude-code-plugins

Skill Claude CodeCodex

Delete branches and worktrees with nothing useful — zero commits ahead of default, or a matched merged PR — local and remote, single-repo or workspace-wide. Run after refresh-repo syncs the default branch.

3 yesterday A 48 tokens original Apache-2.0

rebase-pr

67

dryvist/claude-code-plugins

Skill Claude CodeCodex

Local rebase-merge workflow for pull requests with signed commits, pushed directly to the PR's base branch. Refuses on git-flow repos when the base is main — direct pushes to main are banned there; use /promote-release.

3 yesterday A 52 tokens original Apache-2.0

refresh-repo

68

dryvist/claude-code-plugins

Skill Claude CodeCodex

Check PR merge readiness and sync the local repo with its default branch. See prune-branches (github-workflows) for stale branch and worktree cleanup.

3 yesterday A 35 tokens original Apache-2.0

resolve-pr-threads

69

dryvist/claude-code-plugins

Skill Claude CodeCodex

Orchestrates resolution of GitHub PR review threads AND reads recent non-thread PR comments (top-level + review bodies) by grouping related feedback, processing each group sequentially inline with superpowers:receiving-code-review, and resolving threads via GraphQL. Use when you need to batch-process review feedback…

3 yesterday A 71 tokens original Apache-2.0

shape-issues

70

dryvist/claude-code-plugins

Skill Claude CodeCodex

Shape raw ideas into actionable GitHub Issues using Shape Up methodology.

3 yesterday A 16 tokens original Apache-2.0