AgentStack
SKILL verified MIT Self-run

Patchbot

skill-droodotfoo-agent-skills-patchbot · by DROOdotFOO

>

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-droodotfoo-agent-skills-patchbot

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Patchbot? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Patchbot

Polyglot dependency updater. Detects ecosystems from lockfiles, scans for outdated packages, updates + tests, and optionally creates PRs.

What You Get

  • List of outdated dependencies per ecosystem with current/latest versions
  • Automated update + test run (dry-run by default)
  • Optional PR creation via gh CLI

CLI Usage

# Detect ecosystems and list outdated deps
patchbot scan

# Filter to one ecosystem
patchbot scan --ecosystem rust

# Update and run tests
patchbot update --ecosystem node

# Update, test, and create a PR
patchbot pr --ecosystem elixir --base-branch main

# Dry run (preview only)
patchbot update --ecosystem python --dry-run

Supported Ecosystems

| Ecosystem | Lockfiles | Update command | Test command | |-----------|-----------|----------------|--------------| | Elixir | mix.lock, mix.exs | mix deps.update --all | mix test | | Rust | Cargo.lock, Cargo.toml | cargo update | cargo test | | Node | package-lock.json, yarn.lock, pnpm-lock.yaml | npm update | npm test | | Go | go.sum, go.mod | go get -u ./... | go test ./... | | Python | requirements.txt, pyproject.toml, poetry.lock, uv.lock | pip install --upgrade | pytest |

MCP Server

patchbot serve

Configure MCP

Add to ~/.mcp.json:

{
  "mcpServers": {
    "patchbot": {
      "command": "patchbot",
      "args": ["serve"]
    }
  }
}

MCP Tools

| Tool | Description | |------|-------------| | patchbot_scan | Detect ecosystems and list all outdated deps | | patchbot_outdated | List outdated deps for a specific ecosystem | | patchbot_update | Run update + tests for an ecosystem (dry_run by default) |

Install

cd agents/patchbot
pip install -e .

Requires ecosystem-specific tooling (mix, cargo, npm, go, pip/pytest).

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.