antipattern-detect

Identifies recurring antipatterns from linting, test, and review feedback into knowledge_base.yml.

1|Updated Aug 16, 2025
One-click install
npx skills add https://github.com/RB-chrismandich/Manifest --skill antipattern-detect-rb-chrismandich
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: antipattern-detect
Source: https://github.com/RB-chrismandich/Manifest/tree/main/configs/claude/skills/antipattern-detect
Command: npx skills add https://github.com/RB-chrismandich/Manifest --skill antipattern-detect-rb-chrismandich

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Auto-triggered capability that analyzes linting failures, test results, and code review feedback to identify recurring antipatterns and stores findings centrally in a knowledge_base.yml via learning_capture.sh.

Core Features & Use Cases

  • Auto-detection of repeated antipatterns across lint, test, and review feedback
  • Centralized storage in knowledge_base.yml with automatic documentation sync
  • Non-blocking inline reporting and safe, deduplicated entry creation for future reference
  • Works across multiple languages and tooling ecosystems

Quick Start

Invoke antipattern detection after a lint or test run to automatically capture and store the pattern data.

Frequently Asked Questions about antipattern-detect

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

FAQPage Schema
How do I automatically detect recurring antipatterns from linting failures and test results?

Recurring antipatterns are identified by analyzing linting failures, test results, and code review feedback across CI pipelines and local development sessions to surface patterns from multiple languages and tooling ecosystems.

What is the best way to capture and document recurring code review feedback automatically?

The best way to capture code review feedback is by using a centralized knowledge_base.yml file with automatic documentation sync, ensuring safe, deduplicated entry creation without modifying source code directly.

How do I store antipattern findings in a YAML knowledge base without modifying source code?

Antipattern findings are stored in a knowledge_base.yml file via a learning capture script, applying YAML validation and deduplication to ensure source code is never modified directly during the process.

Does antipattern detection work with multiple programming languages and CI pipelines?

Yes, antipattern detection applies across CI pipelines and local development sessions to surface patterns from multiple languages and tooling ecosystems without requiring specific dependencies.

Can I use antipattern detection for inline reporting during local development sessions?

Yes, antipattern detection provides non-blocking inline reporting during local development sessions, safely identifying and storing repeated code quality issues without altering your source code.