blade-audit

Detect security, architecture, and quality issues in BladeX codebases.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/tiantien/team-ai-coding-plugin --skill blade-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blade-audit
Source: https://github.com/tiantien/team-ai-coding-plugin/tree/main/skills/blade-audit
Command: npx skills add https://github.com/tiantien/team-ai-coding-plugin --skill blade-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps teams quickly review BladeX code for security, architecture, framework compliance, robustness, performance, and code quality issues, replacing scattered manual inspection with a structured audit workflow.

Core Features & Use Cases

  • Six-Dimension Auditing: Checks security, logic, architecture, framework conventions, performance, and code quality in one pass.
  • Multiple Audit Modes: Supports commit-range review, design-document comparison, and full-directory inspection.
  • Practical Use Cases: Use it before release to catch auth gaps, transaction bugs, data leaks, performance regressions, and framework violations, or during code review to verify recent changes.

Quick Start

Use the blade-audit skill to inspect the target module or commit range and return a prioritized audit report with findings, line references, and repair guidance.

Frequently Asked Questions about blade-audit

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

FAQPage Schema
How do I audit BladeX code for security and architecture issues before release?

Auditing BladeX code for security and architecture issues involves inspecting the target module to detect auth gaps, transaction bugs, and framework violations. This Skill performs a six-dimension review in one pass, generating a severity-ranked Markdown report with file and line references.

Can I review specific BladeX git commits instead of the full codebase?

Yes, you can review specific BladeX git commits instead of the full codebase. The Skill supports commit-range analysis to verify recent changes, allowing you to target specific updates rather than running a full-directory inspection.

What is the best way to validate BladeX refactoring against design documents?

Validating BladeX refactoring against design documents is done through design-vs-implementation comparison. The Skill checks if the updated code aligns with your original design, catching logic and framework compliance issues while producing repair guidance.

Does the BladeX code review cover performance regressions and data leaks?

The BladeX code review covers performance regressions and data leaks directly. It applies six-dimension auditing rules to robustness and performance, catching data exposure risks and generating prioritized findings with actionable repair steps.

How do I get a structured report from a full-directory BladeX codebase inspection?

To get a structured report from a full-directory BladeX codebase inspection, run the Skill on the target module. It produces a structured Markdown report containing severity-ranked findings, precise file and line references, and specific repair guidance.

What BladeX framework conventions does the code audit check for?

The BladeX code audit checks for framework compliance conventions to ensure your codebase adheres to BladeX standards. It inspects the code against framework rules, returning prioritized findings that highlight violations and provide repair guidance.