check-antipatterns

Detect anti-patterns in AI coding conversations and enforce infrastructure work rules.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/rahulrajaram/rahulskills --skill check-antipatterns
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check-antipatterns
Source: https://github.com/rahulrajaram/rahulskills/tree/main/skills/check-antipatterns
Command: npx skills add https://github.com/rahulrajaram/rahulskills --skill check-antipatterns

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill proactively identifies and warns about common anti-patterns in AI-assisted coding conversations, preventing costly mistakes and promoting best practices.

Core Features & Use Cases

  • Real-time Warnings: Detects issues like hardcoded credentials, retries without diagnosis, and missing preflight checks as they happen.
  • Best Practice Reinforcement: Highlights good practices observed in the conversation.
  • Compliance Score: Provides a quantifiable measure of adherence to infrastructure work rules.
  • Use Case: Before running a complex deployment, use this Skill to ensure you haven't hardcoded any secrets and that you've performed necessary environment checks, preventing potential outages.

Quick Start

Run /check-antipatterns to analyze the current conversation for potential issues.

Frequently Asked Questions about check-antipatterns

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

FAQPage Schema
How do I detect hardcoded credentials and other anti-patterns in AI coding conversations?

To detect hardcoded credentials and other anti-patterns in AI coding conversations, you can run an analysis tool that scans the real-time chat history to enforce infrastructure work rules and flag compliance issues immediately.

What are common infrastructure coding anti-patterns I should check before a deployment?

Common infrastructure coding anti-patterns to check before a deployment include hardcoded credentials, retries without diagnosis, and missing preflight checks, all of which can be identified through real-time conversation analysis.

How do I measure compliance with infrastructure work rules during AI-assisted coding?

You can measure compliance with infrastructure work rules during AI-assisted coding by analyzing the conversation to generate a quantifiable compliance score, highlighting both violations and correctly applied best practices.

Can I get real-time feedback on missing preflight checks in my code?

Yes, you can get real-time feedback on missing preflight checks by analyzing your active coding conversation, which immediately detects the omission and suggests corrective actions to prevent potential deployment errors.

What is the best way to prevent retries without diagnosis in automated infrastructure scripts?

The best way to prevent retries without diagnosis in automated infrastructure scripts is to enforce universal work rules via real-time conversation analysis, which detects the anti-pattern and prompts for proper diagnostic steps.

Does this conversation analysis approach work for catching coding mistakes in real-time?

Yes, real-time conversation analysis works for catching coding mistakes by continuously monitoring the active session to detect anti-patterns, enforce safety rules, and provide immediate corrective feedback.