Home /Claude Skills /tscanner
Highly Recommended

Tscanner

Say goodbye to paper-only coding standards
Full-cycle code quality protection
Core Principle:
TScanner is your code quality guardian. It scans issues in real-time in the code editor, blocks violations in PRs, and integrates into CI pipelines. Comes with 38 built-in rules plus custom rules via regex, scripts, or AI.
KEY FEATURES
01Real-time Scan
See violations before you even save
02PR Blocking
Stop bad code before it merges
03CI Integration
Automated checks on every build
04Custom Rules
Create your own standards with regex, scripts or AI
github.com/lucasvtiradentes/tscanner
data-ai·lucasvtiradentes·2026-01-29·26·🔱 3
Curated by agent-skills.cc
Installation
Download
HTTPS
git clone https://github.com/lucasvtiradentes/tscanner.git
SSH
git clone [email protected]:lucasvtiradentes/tscanner.git
GitHub CLI
gh repo clone lucasvtiradentes/tscanner
FAQ
Q: What are the installation steps for Tscanner Agent Skills?
1.Define Standards: Choose presets or create custom rules
2.Editor Integration: Install VSCode extension for real-time checks
3.PR Protection: Set up GitHub Action to block non-compliant PRs
4.CI Gate: Add quality gates to your build pipeline
Q: What are the highlights of Tscanner Agent Skills?
  • 38 out-of-the-box rules
  • VSCode real-time alerts
  • GitHub PR blocking
  • AI-assisted rule generation
Q: What are the use cases for Tscanner Agent Skills?
  • Onboarding new team members
  • Modernizing legacy code
  • Visualizing tech debt
  • Standardizing cross-team coding styles
Q: What are the limitations of Tscanner Agent Skills?
  • Primarily supports JavaScript/TypeScript
  • Custom rules require technical knowledge