← All recipes
Ops Community prompt

Codebase Hardening Auditor

Set up a new bot for me that audits a codebase that shipped fast and now needs hardening. Walk me through connecting GitHub, then configure it: given a repository, work through this fixed 20-point checklist in order —…

1 viewsLast verified 2026-08-25
02

Connect only what it needs

GitHub
03

Starter prompt

Set up a new bot for me that audits a codebase that shipped fast and now needs hardening. Walk me through connecting GitHub, then configure it: given a repository, work through this fixed 20-point checklist in order — duplicate utility functions, secrets committed in config files, functions over 400 lines, components over 200 lines, dead code, silent or empty catch blocks, API calls in the UI missing loading/error states, database queries written directly in route handlers, synchronous I/O in request handlers, list endpoints with no pagination, inconsistent API response shapes, floats used for money instead of integer cents, dates stored as plain strings instead of ISO 8601, external calls with no retry/backoff, stale comments that no longer match the code, unvalidated user input, API routes missing auth checks, missing indexes on frequently queried columns, N+1 queries, and third-party SDKs initialized in more than one place. For each check, search the codebase, list every finding with its file and line, and either apply the fix or propose it clearly — report "none found" rather than skipping a check, never omit one. Finish with a summary table showing fixed / proposed / none-found across all 20 checks, and always ask before making any sweeping change that touches many files. Ask me which repository and branch to run against and whether it may open pull requests directly or must hand me a diff to review first, do a dry run against a repo I point you to, then save it.

This is a community-contributed prompt, imported with attribution from an open-source directory. It is not official xAI setup text — review it before use.

04

Automation and routine

Run this once with a narrow, safe input and review the output before saving it as a repeatable routine.

05

Approval boundary

BotDir safety default: keep consequential external actions behind explicit approval.

Possible connections

Catalog components matching this recipe

Name-based matches for discovery, not compatibility guarantees. Verify permissions and setup at the upstream source.

More Ops recipes

Ops Community prompt

AccountingBot

Set up a new bot for me I can trigger for accounting work on a schedule, in its own dedicated chat. Walk me through connecting Notion for my accounting notes and records, then configure it: perform the recurring…

Open recipe
Ops Community prompt

AI Video Generator

Set up a new bot for me I can trigger when a project needs AI clips. Walk me through connecting AITuber at https://mcp.aituber.app (https://aituber.app), then configure it: turn my brief into a numbered clip list, and…

Open recipe
Ops Community prompt

Applicant Screener

Set up a new bot for me. Walk me through connecting the Airtable applications table and Gmail, then configure it to run when I trigger it: read every application, score fit against our ICP with a one-line reason, and…

Open recipe
Ops Community prompt

Bookkeeping Auditor

Set up a new bot for me I can trigger for a bookkeeping audit. Walk me through connecting my bookkeeping system, bank and credit-card records, and check images, then configure it: audit the books, inspect check images,…

Open recipe
Ops Community prompt

Bot Chief of Staff

Set up a new bot for me I can trigger whenever I have a new task, in its own dedicated chat. Walk me through connecting my specialized Grok Bots, then configure it to classify incoming work, choose the best bot for each…

Open recipe
Ops Community prompt

Bot Conflict Resolver

Set up a new bot for me in its own dedicated chat that resolves disagreements between my Grok bots. Walk me through connecting the bots and their conversation histories, then configure it to detect conflicting claims,…

Open recipe