awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Done-0 avatar

Done-0/fuck-u-code

0
View on GitHub↗
6,830 Stars·324 Forks·TypeScript·mit·4 Aufrufe

Fuck U Code

This project is an AI-powered code reviewer and static analysis server that identifies low-quality files and generates automated critiques. It functions as an automated quality scoring tool that evaluates source code structure and complexity through local parsing.

The system utilizes a standardized context protocol to stream analysis results to AI agents and editors. It integrates large language models to produce automated reviews and suggestions for improvement based on quantitative quality metrics.

The tool includes a weight-based scoring engine and an asynchronous analysis pipeline for processing files. It supports project-level configuration for file exclusions and metric weights, and exports analysis findings via static code analysis reporting.

Features

  • AI Code Reviewers - An AI-powered system that analyzes source code to produce automated critiques and improvement suggestions.
  • AI Agent Integrations - Connects analysis results to AI agents and editors via a standardized protocol to trigger quality checks.
  • Code Quality Scoring - Calculates overall quality scores by applying configurable metric weights to various code analysis dimensions.
  • Code Quality and Analysis - Evaluates source code complexity and structure through local parsing to generate quantitative quality scores.
  • Model Context Protocols - Transmits analysis findings to external agents using a standardized communication protocol for real-time updates.
  • Abstract Syntax Tree Parsing - Generates abstract syntax trees locally to analyze source code structure and complexity.
  • Model Context Protocol Integrations - Implements a standardized Model Context Protocol to stream analysis results to AI agents and editors.
  • Code Quality and Review - Uses large language models to perform heuristic reviews and generate automated code quality critiques.
  • Code Quality Tools - Measures code quality using local parsing and weighted metrics with customizable project rules.
  • LLM Analyzers - Uses large language models to critique source code and suggest improvements based on quality metrics.
  • Static Code Analysis - Acts as a server that parses source code to evaluate complexity and structure for AI agent consumption.
  • Asynchronous Processing Pipelines - Utilizes a concurrency-controlled queue to process multiple files in parallel via an asynchronous pipeline.
  • Project Configuration Management - Provides project-level management for file exclusions, concurrency settings, and metric weights.
  • Static Analysis Exporters - Exports quantitative quality metrics and review results in standardized formats for external reporting.

Star-Verlauf

Star-Verlauf für done-0/fuck-u-codeStar-Verlauf für done-0/fuck-u-code

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Fuck U Code

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Fuck U Code.
  • voltagent/awesome-claude-code-subagentsAvatar von VoltAgent

    VoltAgent/awesome-claude-code-subagents

    21,906Auf GitHub ansehen↗

    This project provides a framework for managing multi-agent systems, designed to automate complex software development, infrastructure, and business workflows. It functions as a multi-agent workflow orchestrator that routes tasks to domain-specific workers while maintaining state persistence and infrastructure automation. By leveraging large language models, the system decomposes high-level objectives into actionable plans, ensuring that complex operations are executed with consistency and reliability. The framework distinguishes itself through its hierarchical agent registry and policy-driven

    Shellai-agent-frameworkai-agent-toolsai-agents
    Auf GitHub ansehen↗21,906
  • rust-lang/rust-clippyAvatar von rust-lang

    rust-lang/rust-clippy

    13,309Auf GitHub ansehen↗

    This project is a static analysis linter, code quality tool, and language auditor for Rust. It functions as an automated refactoring system designed to identify common mistakes and suggest idiomatic improvements for Rust source code. The tool identifies non-idiomatic patterns, performance bottlenecks, and code smells to improve the overall correctness and quality of the code. It specifically audits memory safety by flagging suspicious use of unsafe blocks and pointer manipulations and detects inefficient operations to optimize execution speed. The analysis surface covers coding style enforce

    Rustlintrust
    Auf GitHub ansehen↗13,309
  • checkstyle/checkstyleAvatar von checkstyle

    checkstyle/checkstyle

    8,867Auf GitHub ansehen↗

    Checkstyle is a Java static analysis tool and linter designed to identify and enforce coding standards and best practices. It functions as a code quality auditor and Javadoc validation tool, checking source code against configurable rulesets to ensure structural and stylistic consistency. The project allows for the creation of custom linting rules by extending a core API to inspect the abstract syntax tree. It further enables specialized validation through the use of XPath expressions to query the syntax tree for specific code patterns and violations. Capability areas include the enforcement

    Javacode-qualitycommand-line-toolhacktoberfest
    Auf GitHub ansehen↗8,867
  • oclint/oclintAvatar von oclint

    oclint/oclint

    3,881Auf GitHub ansehen↗

    Oclint is a static analysis engine and extensible linting framework designed for C, C++, and Objective-C source code. It functions as a code quality tool that identifies bugs, code smells, and structural complexities by parsing source code into abstract syntax trees to perform semantic inspection. The project is distinguished by its modular architecture, which supports dynamic plugin loading for custom inspection rules and a pluggable reporter system for exporting analysis findings in multiple formats. It replicates build configurations by reading compiler flags and include paths to ensure th

    C++
    Auf GitHub ansehen↗3,881
Alle 30 Alternativen zu Fuck U Code anzeigen→

Häufig gestellte Fragen

Was macht done-0/fuck-u-code?

This project is an AI-powered code reviewer and static analysis server that identifies low-quality files and generates automated critiques. It functions as an automated quality scoring tool that evaluates source code structure and complexity through local parsing.

Was sind die Hauptfunktionen von done-0/fuck-u-code?

Die Hauptfunktionen von done-0/fuck-u-code sind: AI Code Reviewers, AI Agent Integrations, Code Quality Scoring, Code Quality and Analysis, Model Context Protocols, Abstract Syntax Tree Parsing, Model Context Protocol Integrations, Code Quality and Review.

Welche Open-Source-Alternativen gibt es zu done-0/fuck-u-code?

Open-Source-Alternativen zu done-0/fuck-u-code sind unter anderem: voltagent/awesome-claude-code-subagents — This project provides a framework for managing multi-agent systems, designed to automate complex software development,… rust-lang/rust-clippy — This project is a static analysis linter, code quality tool, and language auditor for Rust. It functions as an… checkstyle/checkstyle — Checkstyle is a Java static analysis tool and linter designed to identify and enforce coding standards and best… oclint/oclint — Oclint is a static analysis engine and extensible linting framework designed for C, C++, and Objective-C source code.… detekt/detekt — Detekt is a static analysis tool, code quality linter, and complexity analyzer for Kotlin source code. It functions as… pycqa/pylint — Pylint is a static code analysis tool for Python that checks source code for errors, coding standard violations, and…