AI студия Владимира Ломтева
УСЛУГИПРОЕКТЫСТАТЬИБАЗА ЗНАНИЙМаркетплейсПолезные сервисы

Оставьте заявку,
чтобы обсудить проект

Напишите ваш вопрос, не забудьте указать телефон. Мы перезвоним и все расскажем.

Контакты

Москва

Работаем по всей России
и миру (онлайн)

+7 (999) 760-24-41

Ежедневно с 9:00 до 21:00

lamooof@gmail.com

По вопросам сотрудничества

TelegramWhatsApp

Есть предложение?

Напишите нам в мессенджеры

© 2025 AI студия Владимира Ломтева

Политика конфиденциальностиСогласие на обработку ПДн|ИНН 623412173261
    React Doctor — Скилл для ИИ-агентов | AI Рассвет

    React Doctor

    Use when finishing a feature, fixing a bug, before committing React code, or when the user types /doctor, asks to scan, triage, or clean up React diagnostics. Covers lint, accessibility, bundle size, architecture. Includes a regression check and a full local triage workflow that fetches the canonical playbook.

    Скиллы для разработки#GitHub#millionco/react-doctor#skills.sh
    Скачивания
    0
    В избранном
    0
    Комментарии
    0
    Просмотры
    1

    Установить скилл

    Добавьте инструмент одной командой или скачайте проверенный архив версии.

    npx skills add millionco/react-doctor --skill react-doctor
    Скачать ZIP
    Версия
    1.0.0+9f7d26fc0406
    Автор
    Владимир Ломтев
    Репозиторий
    millionco/react-doctor
    GitHub: millionco/react-doctor

    Как установить

    1. 1Скопируйте команду из блока установки.
    2. 2Запустите её в терминале из каталога проекта.

    Документация

    React Doctor

    Scans React codebases for security, performance, correctness, and architecture issues. Outputs a 0–100 health score.

    After making React code changes:

    Run npx react-doctor@latest --verbose --scope changed and check the score did not regress.

    If the score dropped, fix the regressions before committing.

    For general cleanup or code improvement:

    Run npx react-doctor@latest --verbose (the default --scope full) to scan the full codebase. Fix issues by severity — errors first, then warnings.

    For a focused UI design audit:

    Run npx react-doctor@latest design --verbose. This selects only design-tagged UI composition, typography, interaction, accessibility, and motion rules, including focused rules that remain opt-in during a general health scan.

    /doctor — full local triage workflow

    When the user types /doctor, says "run react doctor", or asks for a full triage / cleanup pass (not just a regression check), fetch the canonical local-triage playbook and follow every step in it:

    curl --fail --silent --show-error \
      --header 'Cache-Control: no-cache' \
      https://www.react.doctor/prompts/react-doctor-agent.md
    

    The playbook is the single source of truth — a scan → filter → triage → fix → validate loop that edits the working tree directly (never commits, never opens PRs). Updating the prompt at its source updates every agent on its next fetch — no skill reinstall needed.

    Pair it with the matching per-rule prompts at https://www.react.doctor/prompts/rules/<plugin>/<rule>.md (fetched on demand inside the playbook) so each fix uses the canonical, reviewer-tested recipe.

    Configuring or explaining rules

    When the user wants to understand a rule, disagrees with one, or wants to disable / tune which rules run (not fix code), read references/explain.md and follow it. Start with npx react-doctor@latest rules explain <rule>, then apply the narrowest control via npx react-doctor@latest rules disable|set|category|ignore-tag …, which edits your doctor.config.* (or package.json#reactDoctor).

    Command

    npx react-doctor@latest --verbose --scope changed
    
    Flag Purpose
    . Scan current directory
    --verbose Show affected files and line numbers per rule
    --scope changed Only report issues introduced vs the base branch (default: full)
    --scope lines Only report issues on the changed lines
    --score Output only the numeric score
    design Run only the focused UI design diagnostics

    Требования и возможности

    Источник пакета
    https://github.com/millionco/react-doctor/tree/9f7d26fc04063e52b58796fc3796f880d293acbd/.agents/skills/react-doctor

    Файлы версии

    ПутьРазмерSHA256
    SKILL.md327548aa353031dabe76...
    references/explain.md41451a11330349ff9e59...

    Частые вопросы

    Как установить React Doctor?
    Используйте команду npx skills add millionco/react-doctor --skill react-doctor или скачайте ZIP-архив.
    Можно ли скачать React Doctor бесплатно?
    Да, опубликованную версию можно скачать из маркетплейса бесплатно.

    Похожие инструменты

    Смотреть все
    Argent Android Emulator SetupSet up and connect to an Android emulator using argent MCP tools. Use when starting a new session on Android, booting an emulator, getting a device serial, or before any UI interaction task.Fireworks Tech GraphCreate technical diagrams such as software architecture, data flow, flowcharts, sequence diagrams, C4 reviews, cloud deployments, event streams, observability investigations, agent/memory systems, UML, ER, network topology, timelines, and technical concept maps, then export SVG, PNG, focused semantic SVG-to-GIF motion, or offline interactive HTML. Treat direct requests such as "Generate a GIF", "生成 GIF", or "制作 GIF" as motion requests, and use this skill when the user asks to visualize a system or engineering concept. Do not use for photos, raster artwork, or quantitative data charts.Modern Web GuidanceSearch tool for modern web development best practices. MANDATORY: Execute FIRST for all HTML/CSS and clientside JS tasks. Do NOT skip — web APIs evolve rapidly and training weights contain obsolete patterns.
    Комментарии

    Войдите, чтобы оставить комментарий.

    Комментариев пока нет.

    Установить скилл

    Добавьте инструмент одной командой или скачайте проверенный архив версии.

    npx skills add millionco/react-doctor --skill react-doctor
    Скачать ZIP
    Версия
    1.0.0+9f7d26fc0406
    Автор
    Владимир Ломтев
    Репозиторий
    millionco/react-doctor
    GitHub: millionco/react-doctor
    Skill VetterSecurity-first vetting for OpenClaw skills. Use before installing any skill from ClawHub, GitHub, or other sources.