Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Sb Dev Merge Dependabot

ASecurity

Review and integrate Dependabot pull requests in Huruikagi/specbind one at a time, with current-branch checks, main CI verification, and affected dependency or toolchain validation. Use when asked to handle or merge SpecBind Dependabot PRs; do not use for dependency upgrades that have no Dependabot PR.

3 stars
0 votes
0 copies
0 views
Added 9/20/2026
developmenttypescriptrustgogitdocumentation

Works with

cli

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add Huruikagi/specbind --skill sb-dev-merge-dependabot --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Sb Dev Merge Dependabot?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Sb Dev Merge Dependabot
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/huruikagi-sb-dev-merge-dependabot/badge)](https://www.skillsdirectory.com/skills/huruikagi-sb-dev-merge-dependabot)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: sb-dev-merge-dependabot
description: Review and integrate Dependabot pull requests in Huruikagi/specbind one at a time, with current-branch checks, main CI verification, and affected dependency or toolchain validation. Use when asked to handle or merge SpecBind Dependabot PRs; do not use for dependency upgrades that have no Dependabot PR.
---

# Merge SpecBind Dependabot updates

This is a maintenance workflow for the SpecBind repository itself. It is not
installed into consumer projects. A request to inspect or assess updates is
read-only; merge, close, commit, and push only when the user asks to incorporate
or otherwise act on the PRs.

## Establish the current set

Start from a clean, synchronized `main` and preserve unrelated worktree changes.
Confirm `origin` instead of assuming the repository owner, then use the available
GitHub integration or authenticated `gh` to list open PRs authored by Dependabot.
Read each selected PR's body, changed files, commits, merge state, and complete
check rollup.

Classify each PR by the surface it changes and the compatibility question it
raises. For Cargo updates, inspect direct feature selection, release notes for
breaking changes, affected code paths, `Cargo.toml`, and `Cargo.lock`. For a Rust
toolchain update, inspect `rust-toolchain.toml`, workspace `rust-version`, and
the corresponding contributor documentation. Do not treat a green historical
check as proof against the current `main`.

Choose an order that makes failures attributable. Updates sharing a manifest or
lockfile are merged one at a time, normally from the smallest and least risky
change to the largest compatibility surface. State any update that needs a
product or compatibility decision before mutating GitHub.

## Refresh and merge one PR at a time

Before each merge:

1. Update or rebase the PR branch onto the current `main` when it is behind.
2. Re-read the PR after the refresh. Dependabot may change the resolved version,
   lockfile, title, or commit while rebasing.
3. Wait for every required check on the refreshed head. Do not run the merge
   command while a check is pending, failing, cancelled, or stale, even when
   GitHub reports the branch as mergeable.
4. Confirm the refreshed diff still matches the classification, then squash
   merge the PR.
5. Identify the exact push workflow for the resulting `main` commit and wait for
   it to succeed before advancing to the next PR.

Stop the affected update if the refreshed diff expands unexpectedly, a required
check fails, the branch conflicts, or the compatibility decision is unresolved.
Other independent updates may continue only when they do not share the failing
surface or lockfile.

## Keep Rust toolchain and MSRV decisions explicit

`tools/specbind/rust-toolchain.toml` selects the development and CI toolchain.
The workspace `package.rust-version` declares the minimum supported Rust version
(MSRV). They may differ.

Do not raise MSRV merely because Dependabot raised the development toolchain.
Preserve the existing `rust-version` unless new source or an accepted dependency
requires a newer compiler, or the user explicitly chooses a compatibility
change. If the versions differ, make contributor documentation describe both
roles accurately. Validate with the development toolchain and run the full
locked test suite with the retained MSRV:

```sh
cargo +<msrv> test --locked --workspace --all-features
```

If the MSRV must rise, update `rust-version` and its documentation together and
report the compatibility change separately from the routine toolchain bump.

## Validate the integrated Rust state

After all selected Cargo or toolchain PRs are on local `main`, run from
`tools/specbind/`:

```sh
cargo fmt --all -- --check
cargo run --locked --example generate_schemas -- --check
cargo clippy --locked --workspace --all-targets --all-features -- -D warnings
cargo test --locked --workspace --all-features
cargo build --locked --workspace --release
```

Use the repository validation guidance for any additional changed surface. A
Cargo-only update does not by itself require TypeScript, documentation-site, or
skill forward tests. Never hand-edit generated schemas to make the check pass.

If integration reveals a necessary source or documentation adjustment, keep it
narrow, rerun the affected checks, commit it as a separate completed unit on
`main`, and push it according to the repository workflow. Do not publish a
release or create follow-up Issues unless separately requested.

## Finish from current evidence

Re-list open Dependabot PRs for the requested scope, verify `main` matches
`origin/main`, and confirm the worktree is clean. Report:

- each merged or deliberately unmerged PR and its final resolved version;
- the compatibility judgment for non-trivial updates;
- the exact successful `main` CI runs and local validation;
- any follow-up commit;
- remaining open Dependabot PRs and the reason each remains.

Attribution

HuruikagiHuruikagi
View sourceMore from Huruikagi →
SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Related Skills

Browser Extension Developer

Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.

281612 votes

Seo Optimizer

SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.

2132 votes

Google Official Seo Guide

Official Google SEO guide covering search optimization, best practices, Search Console, crawling, indexing, and improving website search visibility based on official Google documentation

1862 votes

Tanstack Start

Build a full-stack TanStack Start app on Cloudflare Workers from scratch — SSR, file-based routing, server functions, D1+Drizzle, better-auth, Tailwind v4+shadcn/ui. Use whenever the user mentions TanStack Start, asks to scaffold a full-stack Cloudflare app with SSR, wants an SSR dashboard, or asks for a React 19 + Cloudflare Workers app with file-based routing and server functions — even if they don't name TanStack Start specifically. No template repo — Claude generates every file fresh per ...

9881 votes

Pentest

PTES-aligned adversarial security audit for backend, frontend, and mobile applications. Produces a CVSS-scored Hacker Report with verified PoCs and phased remediation.

5491 votes
View all in development →