review

Review and auto-fix InsuranceGrokBot code for multi-tenant isolation and Twilio compliance.

Updated Dec 12, 2025
One-click install
npx skills add https://github.com/mitchellvandusen-cell/Flask-Webhook --skill review-mitchellvandusen-cell
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/mitchellvandusen-cell/Flask-Webhook/tree/main/.claude/skills/review
Command: npx skills add https://github.com/mitchellvandusen-cell/Flask-Webhook --skill review-mitchellvandusen-cell

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires flask, sqlalchemy, twilio, redis, rq, gunicorn, psycopg2, flask-login, flask-wtf, itsdangerous, spaCy, soxr, scipy, audioop, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the code review process for InsuranceGrokBot, identifying and fixing common issues before they become problems.

Core Features & Use Cases

  • Automated Code Review: Checks for bugs, security issues, and performance problems in InsuranceGrokBot code.
  • Customizable Checks: Configurable to focus on specific areas like multi-tenant isolation, Twilio compliance, and database safety.
  • Auto-Fix: Applies simple fixes automatically for clear and safe issues.
  • Use Case: Use this Skill to review a pull request in InsuranceGrokBot, ensuring it adheres to best practices and doesn't introduce vulnerabilities.

Quick Start

Perform a code review on the latest changes in InsuranceGrokBot using the 'review' skill.

Frequently Asked Questions about review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I review code for Twilio ISV compliance and multi-tenant isolation?

To review code for multi-tenant isolation and Twilio ISV compliance, configure checks to scan Python files for security vulnerabilities and database connection issues, then automatically apply safe bug fixes.

What does automated code review check for in Python Flask applications?

Automated code review in Python Flask applications checks for bugs, performance bottlenecks, security vulnerabilities, and database connection safety, automatically applying fixes for clear and safe code issues.

How do I auto-fix bugs found during an InsuranceGrokBot pull request review?

To auto-fix bugs during an InsuranceGrokBot pull request review, run the review skill to analyze code changes, which automatically applies simple fixes for clear and safe issues.

Do I need Python and SQLAlchemy installed to run automated code analysis and fixing?

Yes, you need Python installed along with SQLAlchemy, Flask, Redis, and spaCy, as these libraries are required dependencies for the code analysis engine to perform reviews and apply fixes.

Can I customize code review checks to focus on database connection safety?

Yes, you can customize code review checks to focus on specific areas like database connection safety, multi-tenant isolation, and Twilio compliance before applying automatic fixes.

What are the limitations of auto-fixing security issues in a Python codebase?

The auto-fix limitation only applies to clear and safe issues, meaning complex security vulnerabilities or ambiguous bugs in the Python codebase require manual intervention and code review.