⌨️ cli toolStalePromisinghigh

shippie

by mattzcarey

extendable code review and QA agent 🚢

Stars

2.4k

Skill Type

🔍 Code Quality & Review

Quality Score

87/200

License

MIT

Forks

243

Last Updated

Jun 11, 2026

Discovered

Mar 27, 2026

Validation

Passed

github.com/mattzcarey/shippie

Quality Breakdown

87/ 200

Content Signals

Gotchas/Edge Cases+40
Progressive Disclosure+30
Trigger Description+20
Verification/Safety+20
Code Examples+15
Composability+15

Repo Health

Recent Activity+15
Scripts/Automation+10
Real Usage (Issues)+10
Single Responsibility+10
Config/Persistence+10
Install Instructions+5

Multi-platform bonus: +5 pts if tool supports 2+ platforms. Score derived from 12 structural signals — not stars or popularity.

Trust & Verification

high

Broad system access required. Carefully review permissions before installing.

Stale

No commits in 90-365 days and no tagged releases.

Unverified skill. Always review source code before installing any skill from an unknown author.

Risk Assessment

  • Bash/Shell execution capability via src/common/llm/tools/bash.ts - tool enables arbitrary command execution
  • Subagent spawning capability via src/common/llm/tools/subAgent.ts - supports multi-agent orchestration
  • Persistent configuration modification via .cursor/rules directory - allows modification of Cursor IDE behavior
  • MCP (Model Context Protocol) client integration in src/common/llm/mcp/client.ts - enables external tool execution and integration
  • GitHub Actions workflow automation (.github/workflows/claude.yml) - runs AI agent autonomously in CI/CD without explicit approval gates
  • External code execution via fetch tool (src/common/llm/tools/fetch.ts) - can retrieve and potentially execute remote code