بنقرة واحدة
bob-update
Check for Hacker Bob package updates and guide project-local update installation from Codex.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Check for Hacker Bob package updates and guide project-local update installation from Codex.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | bob-update |
| description | Check for Hacker Bob package updates and guide project-local update installation from Codex. |
Use this when the operator asks to check, plan, or apply Hacker Bob updates from Codex.
Read the passive local cache without network access:
node -e "const update=require('./mcp/lib/update-check.js'); console.log(JSON.stringify(update.readUpdateCache(process.cwd()) || null, null, 2));"
Run this only when the operator explicitly asks to check for updates:
node -e "const update=require('./mcp/lib/update-check.js'); update.checkForUpdate(process.cwd(), { includeChangelog: true }).then((result) => console.log(update.renderUpdatePlan(result))).catch((error) => { console.error(error.message || String(error)); process.exit(1); });"
Ask before updating. When confirmed, run from the project root:
npx -y hacker-bob@latest install "$PWD"
After installation, tell the operator to restart Codex in this project before continuing.
Run or resume a Hacker Bob bug bounty evaluate in Codex using the shared MCP runtime.
Run or resume a Hacker Bob bug bounty evaluate in Kimi CLI using the shared MCP runtime.
Hacker Bob orchestrator runtime — invoked by /bob-evaluate. Do not call directly.
Headless Bob diff-review pipeline — invoked by bob-runner.ts via 'claude --dangerously-skip-permissions --print "/bob-diff-review -- ..."'. Ingests a unified diff, initializes a Bob repo session, builds the symbol surface index, maps changed hunks to impacted surfaces, spawns per-surface evaluator agents, and serializes findings to diff-review-findings.json. Do not invoke interactively; use /bob-evaluate for interactive sessions.
Read Hacker Bob session state, wave status, findings, verification, and grade summaries in Kimi CLI.
Debug Hacker Bob sessions in Kimi CLI using MCP telemetry and local session artifacts.