flow-maintenance — техническое обслуживание flow-maintenance, flowai, community, техническое обслуживание, ide skills, правила курсора, анализ структуры отклонений, проверка документации, обнаружение мёртвого кода, анализ технического долга

v1.0.0

Об этом навыке

Идеально подходит для агентов анализа кода, которым необходима тщательная поддержка проектов и аудиты здоровья в контексте разработки программного обеспечения. Техническое обслуживание - это набор правил курсора, помогающих поддерживать здоровье проекта

Возможности

Анализ структуры отклонений
Проверка документации на несоответствия
Обнаружение мёртвого кода
Идентификация горячих точек сложности
Анализ технического долга
Проверка документации кода

# Core Topics

korchasa korchasa
[3]
[0]
Updated: 3/16/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 10/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Quality floor passed for review
Review Score
10/11
Quality Score
60
Canonical Locale
en
Detected Body Locale
en

Идеально подходит для агентов анализа кода, которым необходима тщательная поддержка проектов и аудиты здоровья в контексте разработки программного обеспечения. Техническое обслуживание - это набор правил курсора, помогающих поддерживать здоровье проекта

Зачем использовать этот навык

Позволяет агентам выполнять 7-точечную проверку поддержки, выявляя структурные отклонения, несоответствия документации, мёртвый код, горячие точки сложности, технический долг, отсутствующую документацию кода и дрейф терминологии, используя правила курсора для стандартизации работы и обеспечения поддерживаемого и задокументированного кода.

Подходит лучше всего

Идеально подходит для агентов анализа кода, которым необходима тщательная поддержка проектов и аудиты здоровья в контексте разработки программного обеспечения.

Реализуемые кейсы использования for flow-maintenance

Автоматизировать аудиты здоровья кода для обнаружения технического долга и горячих точек сложности
Генерировать результаты действий для документации на доске и поддержки проектов
Отладить несоответствия кода и дрейф терминологии в контексте разработки программного обеспечения

! Безопасность и ограничения

  • Требует доступа к базе кода проекта и документации
  • Ограничен контекстами разработки программного обеспечения
  • Требует интеграции с правилами курсора для стандартизации

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is flow-maintenance?

Идеально подходит для агентов анализа кода, которым необходима тщательная поддержка проектов и аудиты здоровья в контексте разработки программного обеспечения. Техническое обслуживание - это набор правил курсора, помогающих поддерживать здоровье проекта

How do I install flow-maintenance?

Run the command: npx killer-skills add korchasa/flowai. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for flow-maintenance?

Key use cases include: Автоматизировать аудиты здоровья кода для обнаружения технического долга и горячих точек сложности, Генерировать результаты действий для документации на доске и поддержки проектов, Отладить несоответствия кода и дрейф терминологии в контексте разработки программного обеспечения.

Which IDEs are compatible with flow-maintenance?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for flow-maintenance?

Требует доступа к базе кода проекта и документации. Ограничен контекстами разработки программного обеспечения. Требует интеграции с правилами курсора для стандартизации.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add korchasa/flowai. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use flow-maintenance immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

flow-maintenance

Настройте техническое обслуживание с помощью ИИ Агентов и правил курсора для здорового проекта

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

Task: Project Maintenance & Health Audit

Overview

Execute a rigorous 7-point maintenance sweep to identify structural deviations, documentation inconsistencies, dead code, complexity hotspots, technical debt, missing code documentation, and terminology drift. All findings must be actionable and saved to whiteboard.

Context

<context> This command is the "Garbage Collector" and "Building Inspector" for the project. It ensures the codebase remains maintainable, documented, and aligned with architectural standards. It addresses: 1. **Structure**: Files in wrong places. 2. **Consistency**: Docs vs. Code truth. 3. **Hygiene**: Dead code, unused imports, weak tests. 4. **Complexity**: "God objects" and massive functions. 5. **Debt**: Accumulated TODOs. 6. **Language**: Inconsistent terminology. 7. **Doc Coverage**: Missing explanations in code. </context>

Rules & Constraints

<rules> 1. **Output Target**: All findings MUST be written to whiteboard. Start with a timestamped header. 2. **Precision**: Use specific thresholds (e.g., File > 500 lines). 3. **Constructive**: Every "Issue" must have a "Proposed Fix". 4. **Holistic**: Scan `documents/`, `.cursor/`, and source code directories. 5. **Mandatory**: Use a task management tool (e.g., `todo_write`, `todowrite`) to track progress through the 7 phases. 6. **Language Agnostic**: Adapt checks (imports, syntax, test patterns) to the primary language of the project (TS, JS, Py, Go, etc.). </rules>

Instructions

<step_by_step>

  1. Initialize & Plan

    • Use a task management tool (e.g., todo_write, todowrite) to create a plan covering the 7 phases below.
    • Read project whiteboard to preserve existing long-term notes (if any), but clear old automated reports.
    • Identify project's primary language and source directories.
  2. Phase 1: Structural Integrity

    • File placement: Check that all source files reside in expected directories per project conventions (e.g., src/, lib/, scripts/). Flag files at wrong levels.
    • Dead directories: Identify empty or orphaned directories with no purpose.
    • Naming conventions: Verify file and directory names follow project conventions (case, separators).
    • Config files: Ensure project config files (deno.json, package.json, etc.) are at expected locations.
  3. Phase 2: Code Hygiene & Dependencies

    • Dead Code: Identify exported/public symbols in source directories that are never imported/called elsewhere.
    • Unused Imports: Scan source files for imports/includes that are not used in the file body.
    • Test Quality: Read test files (e.g., *.test.*, *_test.*, test_*.py). Flag tests that:
      • Have no assertions.
      • Use trivial assertions (e.g., expect(true).toBe(true), assert True).
      • Are commented out.
  4. Phase 3: Complexity & Hotspots

    • Files: Flag any source file exceeding 500 lines.
    • Functions: Scan for functions/methods exceeding 50 lines.
    • God Objects: Identify classes/modules with mixed concerns (e.g., logic + UI + database in one file).
  5. Phase 4: Technical Debt Aggregation

    • Scan: Search for TODO, FIXME, HACK, XXX tags in the codebase.
    • Group: Organize by file/module.
    • Analysis: Flag any that look critical or like "temporary" fixes that became permanent.
  6. Phase 5: Consistency (Docs vs. Code)

    • Terminology: Extract key terms from README.md and documents/. Check if code uses different synonyms (e.g., "User" in docs vs "Customer" in code).
    • Drift: Pick 3 major claims from documents/*.md (e.g., "The system handles X asynchronously"). Verify if the code actually does that.
  7. Phase 6: Code Documentation Coverage

    • Rule: Every file, class, method, and exported function MUST have documentation (JSDoc, Docstring, Rustdoc, etc.).
    • Check:
      • Responsibility: Does the comment explain what it does?
      • Nuances: For complex logic (cyclomatic complexity > 5 or > 20 lines), are there examples or edge case warnings?
    • Scan: primary source directories.
    • Report: List undocumented symbols.
  8. Phase 7: Reporting

    • Compile all findings into whiteboard with the following format:
      markdown
      1# Maintenance Report (YYYY-MM-DD) 2 3## 1. Structural Issues 4 5- [ ] File X is in root but should be in Y. (Fix: Move file) 6 7## 2. Hygiene & Quality 8 9- [ ] Unused export `myFunc` in `utils.*`. (Fix: Delete) 10- [ ] `main.*` is 550 lines. (Fix: Extract `processLogic` to new file) 11 12## 3. Technical Debt 13 14- [ ] 5 TODOs in `api.*` regarding error handling. 15 16## 4. Consistency 17 18- [ ] Docs say "User", code says "Client". (Fix: Standardize on User) 19 20## 5. Documentation Coverage 21 22- [ ] `utils.*` - function `parseData` missing docs. (Fix: Add docs) 23- [ ] `ComplexClass` missing usage example. (Fix: Add example)

</step_by_step>

Verification

<verification> [ ] Checked structural integrity (file placement, naming, configs). [ ] Scanned for dead code and unused imports. [ ] Checked file/function length limits (500/50 lines). [ ] Aggregated all TODO/FIXME tags. [ ] Verified documentation terminology vs code usage. [ ] Checked for missing code documentation (File/Class/Method). [ ] Saved structured report to whiteboard. </verification>

Связанные навыки

Looking for an alternative to flow-maintenance or another community skill for your workflow? Explore these related open-source skills.

Показать все

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

widget-generator

Logo of f
f

Создание настраиваемых плагинов виджетов для системы ленты новостей prompts.chat

flags

Logo of vercel
vercel

Фреймворк React

138.4k
0
Браузер

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Разработчик