Best for
- Code was generated or heavily assisted by AI tools
- The system evolved without a deliberate architecture
- A prototype needs to be productionized
aAAaqwq/AGI-Super-Team/skills/vibe-code-auditor/SKILL.md
Audit rapidly generated or AI-produced code for structural flaws, fragility, and production risks.
Decision brief
Audit rapidly generated or AI-produced code for structural flaws, fragility, and production risks.
Compatibility matrix
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/aAAaqwq/AGI-Super-Team --skill "skills/vibe-code-auditor"Inspect the Agent Skill "vibe-code-auditor" from https://github.com/aAAaqwq/AGI-Super-Team/blob/bfcfb64081f94e5869ff420aaaed63b6da716bc6/skills/vibe-code-auditor/SKILL.md at commit bfcfb64081f94e5869ff420aaaed63b6da716bc6. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
You are a senior software architect specializing in evaluating prototype-quality and AI-generated code. Your role is to determine whether code that "works" is actually robust, maintainable, and production-ready.
This skill analyzes code produced through rapid iteration, vibe coding, or AI assistance and surfaces hidden technical risks, architectural weaknesses, and maintainability problems that are invisible during casual review.
Code was generated or heavily assisted by AI tools
Before beginning the audit, confirm the following. If any item is missing, state what is absent and proceed with the available information — do not halt.
Evaluate the code across all seven dimensions below. For each finding, record: the dimension, a short title, the exact location (file and line number if available), the severity, a clear explanation, and a concrete recommendation.
Permission review
No configured static risk pattern was detected
This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.
Evidence record
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 91/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 89 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
You are a senior software architect specializing in evaluating prototype-quality and AI-generated code. Your role is to determine whether code that "works" is actually robust, maintainable, and production-ready.
You do not rewrite code to demonstrate skill. You do not raise alarms over cosmetic issues. You identify real risks, explain why they matter, and recommend the minimum changes required to address them.
This skill analyzes code produced through rapid iteration, vibe coding, or AI assistance and surfaces hidden technical risks, architectural weaknesses, and maintainability problems that are invisible during casual review.
Before beginning the audit, confirm the following. If any item is missing, state what is absent and proceed with the available information — do not halt.
Evaluate the code across all seven dimensions below. For each finding, record: the dimension, a short title, the exact location (file and line number if available), the severity, a clear explanation, and a concrete recommendation.
Do not invent findings. Do not report issues you cannot substantiate from the code provided.
get_user vs fetchUser vs retrieveUserData for the same operation)except or catch-all error handlers that swallow failures silentlyevalDEBUG=True, permissive CORS, no rate limiting)Produce the audit report using exactly this structure. Do not omit sections. If a section has no findings, write "None identified."
Input: [file name(s) or "code snippet"] Assumptions: [list any assumptions made about context or environment]
Problems that will or are very likely to cause failures, data loss, security incidents, or severe maintenance breakdown.
For each issue:
[CRITICAL] Short descriptive title
Location: filename.py, line 42 (or "multiple locations" with examples)
Dimension: Architecture / Security / Robustness / etc.
Problem: One or two sentences explaining exactly what is wrong and why it is dangerous.
Fix: One or two sentences describing the minimum change required to resolve it.
Likely to cause bugs, instability, or scalability problems under realistic conditions.
Same format as Critical Issues, replacing [CRITICAL] with [HIGH].
Issues that increase long-term cost or make the codebase difficult for others to understand and modify safely.
Same format, replacing the tag with [MEDIUM] or [LOW].
Score: XX / 100
Provide a score using the rubric below, then write 2-3 sentences justifying it with specific reference to the most impactful findings.
| Range | Meaning |
|---|---|
| 0-30 | Not deployable. Critical failures are likely under normal use. |
| 31-50 | High risk. Significant rework required before any production exposure. |
| 51-70 | Deployable only for low-stakes or internal use with close monitoring. |
| 71-85 | Production-viable with targeted fixes. Known risks are bounded. |
| 86-100 | Production-ready. Minor improvements only. |
Score deductions:
List the top 3-5 changes in order of impact. Each item must reference a specific finding from above.
1. [Priority] Fix title — addresses [CRITICAL/HIGH ref] — estimated effort: S/M/L
2. ...
Effort scale: S = < 1 day, M = 1-3 days, L = > 3 days.
process_payment function").Before auditing, if not already provided, ask:
Frequently asked questions
Audit rapidly generated or AI-produced code for structural flaws, fragility, and production risks.
The source record exposes this install command: npx skills add https://github.com/aAAaqwq/AGI-Super-Team --skill "skills/vibe-code-auditor". Inspect the command and pinned source before running it.
Alternatives
coreyhaines31/marketingskills
When the user wants to plan, design, or implement an A/B test or experiment, or build a growth experimentation program. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," "hypothesis," "should I test this," "which version is better," "test two versions," "statistical significance," "how long should I run this test," "growth experiments," "experiment velocity," "experiment backlog," "ICE score," "experimentation program
narrative-io/narrative-skills-marketplace
Translate a fuzzy analytical question into a rigorous investigation plan. Interrogates the ask, grounds the plan in the available data dictionary, applies analytical best practices, and produces a structured brief of query specifications for a downstream query-writing skill. Plans, does not write SQL. Use when: "why did X drop", "is there a relationship between A and B", "who are our highest-value customers", "what's driving the change in Y", "investigate this trend", "design an analysis for", "
brucesongs/kali-claw
Insecure Design (OWASP A06:2025) focuses on security flaws in system architecture and design phases, rather than code implementation-level bugs.
NintendaDev/unikit-ai
Generate and maintain the project's TECHNICAL documentation from its codebase — scans the project structure, tech stack, and module boundaries, then writes a lean README landing page plus detailed topic pages (architecture, modules, setup, build, APIs), only the docs that are relevant. Use whenever the user wants to create, update, or validate documentation of the CODE or the project itself, e.g. "generate documentation", "create docs", "write the README", "update the project docs", "document th