Skip to main content
GitHub repository

dependabot-reviewer

dependabot-reviewer contains 6 collected skills from pPrecel, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
6
Stars
0
updated
2026-07-23
Forks
0
Occupation coverage
1 occupation categories · 100% classified
repository explorer

Skills in this repository

dependabot-babysit-cycle
software-developers

One iteration of the dependabot-babysit loop. Reads session state, runs verify → main health check → review/update → fix → stop-condition evaluation. Not intended to be invoked directly — use /dependabot-babysit instead. Invoke with: /dependabot-babysit-cycle [scope]

2026-07-23
dependabot-babysit
software-developers

Loop until all Dependabot/Renovate PRs are merged and main branches are passing. Runs verify → main health check → review → fix cycles at a configurable interval. Asks for confirmation before each fix attempt. Stops automatically when done. Invoke with: /dependabot-babysit [interval] [scope]

2026-07-22
dependabot-fix
software-developers

Fix Dependabot or Renovate PRs with active problems (merge conflicts or failing CI). Without an argument, processes all open PRs where you are a requested reviewer. With a scope argument, limits work to the specified host, org, repo, or single PR. Runs analysis autonomously, then proposes a repair plan and waits for user confirmation before making any changes. Pass --yes (or -y) to skip all confirmation prompts and run fully autonomously. Invoke with: /dependabot-fix [--yes] [host/org/repo:PR]

2026-07-08
dependabot-review
software-developers

Review all open Dependabot PRs across Otters team repositories. Automatically approves safe updates, sets automerge, updates branches, and leaves analysis comments on PRs that need manual action. Accepts an optional scope argument to limit work to a specific host, org, repo, or PR. Invoke with: /dependabot-review [host/org/repo:PR]

2026-07-08
dependabot-update
software-developers

Update branches and resolve dependency-file merge conflicts for all open Dependabot PRs. Works autonomously — updates branches that are behind, commits conflict resolutions for dependency files (go.mod, package-lock.json, etc.), and reports results in a summary table. Does not approve PRs, set automerge, or post analysis comments. Accepts an optional scope argument to limit work to a specific host, org, repo, or PR. Invoke with: /dependabot-update [host/org/repo:PR]

2026-07-08
dependabot-verify
software-developers

Read-only scan of all open Dependabot PRs where the current user is a requested reviewer. Reports the status of each PR without taking any write actions (no approvals, no comments, no automerge, no branch updates). Accepts an optional scope argument to limit work to a specific host, org, repo, or PR. Invoke with: /dependabot-verify [host/org/repo:PR]

2026-07-08