awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
danger avatar

danger/danger

0
View on GitHub↗
5,645 نجوم·491 تفرعات·Ruby·mit·2 مشاهداتdanger.systems↗

Danger

Features

  • Automated Code Review - Runs automated checks on pull requests during CI to enforce team norms and provide feedback without manual review.
  • Pull Request Automation - Automates code review checks and enforces team norms by running custom rules against pull request metadata and changes.
  • Metadata Extraction Tools - Examines structured details of pull requests such as title, body, author, and branch names for automated analysis.
  • Metadata Inspection Tools - Exposes structured pull request metadata like title, body, author, and branch names for automated rule evaluation.
  • PR Commenting Tools - Posts review results as a single dynamic comment on the pull request, updating it in place as checks pass or fail during CI.
  • Runtime Platform Detectors - Detects the active code review platform at runtime to adapt behavior across multiple git hosts.
  • Automated PR Commenting - Posts automated review comments on pull requests with results from Danger checks directly in the code review interface.
  • Programmatic Diff Parsers - Parses git diffs and commit metadata to expose changed files, line additions, and deletions as structured data for rule evaluation.
  • Git Hosting Platforms - Connects with GitHub, GitLab, Bitbucket Cloud, and Bitbucket Server using host-specific API tokens and endpoints.
  • Plugin Systems - Extends Dangerfile logic with reusable plugins that have full access to all Dangerfile methods and attributes.
  • Policy Enforcement Rules - Enforces team-defined policies on pull request metadata like changelogs, issue links, and labels during CI.
  • Pull Request Evaluation Pipelines - Runs as a build step inside a CI pipeline, evaluating a Dangerfile against pull request metadata and posting results back to the code review platform.
  • Ruby CI Review Executors - Executes automated code review checks during CI by running Danger's Ruby gem against pull request changes.
  • Ruby Gem CI Executors - Executes automated code review checks during CI by running Danger's Ruby gem against pull request changes.
  • CI Integrations - Connects with continuous integration systems and peer review platforms to execute checks and post results.
  • DSL Extension Loaders - Extends a core Ruby DSL by loading external gems that inject new methods and attributes into the Dangerfile evaluation context.
  • Git Change Trackers - Parses git diffs and commit metadata to expose changed files as structured data for rule evaluation.
  • Git Hosting Services - Configures host-specific API tokens and endpoints to connect with GitHub, GitLab, Bitbucket Cloud, or Bitbucket Server.
  • API Abstraction Layers - Wraps GitHub, GitLab, and Bitbucket APIs behind a unified interface that resolves host-specific endpoints and authentication at runtime.
  • Automated Code Review - Automates common code review chores by running user-defined Ruby rules during CI and posting results as PR messages.
  • Interactive REPLs - Opens a Pry-based interactive shell inside the Dangerfile evaluation to inspect variables, plugin state, and messaging step by step.
  • Dangerfile Plugin Wrappers - Wraps reusable Dangerfile logic into a plugin that has full access to all Dangerfile methods and attributes.
  • Swift Code Review Rules - Writes automated code review rules in Swift instead of Ruby, using the same Danger plugin system.
  • Code Review Plugin Kits - Wraps reusable Dangerfile logic into plugins with full access to all Dangerfile methods and attributes.
  • Git Host Platform Detectors - Checks which platform plugin is loaded so a single plugin adapts behavior across GitHub, GitLab, and other hosts.
  • Plugin Extenders - Adds reusable, sharable plugins that expose new methods and data to the Dangerfile for custom review rules.
  • Automation and Workflow - Automates conventions and checks during code reviews.

سجل النجوم

مخطط تاريخ النجوم لـ danger/dangerمخطط تاريخ النجوم لـ danger/danger

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Danger

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Danger.
  • danger/danger-jsالصورة الرمزية لـ danger

    danger/danger-js

    5,480عرض على GitHub↗

    danger-js is an automated code review tool and CI pipeline plugin that functions as a pull request linter. It verifies commit messages, tracks dependency changes, and ensures pull requests meet project standards by posting automated feedback and comments directly into the version control interface. The system integrates with various Git providers, including GitHub, GitLab, and BitBucket, to retrieve pull request metadata and execute custom review rules. It allows teams to package and distribute review conventions as shareable modules and supports the execution of rules written in transpiled l

    TypeScriptcicirclecode-review
    عرض على GitHub↗5,480
  • kilo-org/kilocodeالصورة الرمزية لـ Kilo-Org

    Kilo-Org/kilocode

    15,616عرض على GitHub↗

    Kilocode is an autonomous engineering platform designed to orchestrate AI agents for complex software development tasks. It functions as a comprehensive system for automating coding, testing, and repository management by integrating directly with your codebase and terminal. The platform provides a unified gateway for model orchestration, allowing for the management of agentic workflows, event-driven automation, and persistent session state across distributed development environments. The platform distinguishes itself through its federated task management and policy-based access control, which

    TypeScriptaiai-ageai-coding
    عرض على GitHub↗15,616
  • oneredoak/claude-code-workflowsالصورة الرمزية لـ OneRedOak

    OneRedOak/claude-code-workflows

    3,636عرض على GitHub↗

    This project is a suite of automated tools and an LLM code review framework designed for design auditing, security scanning, and AI-driven code analysis. It functions as a developer workflow orchestrator that uses static analysis agents and agent-based workflows to automate pull request analysis and security audits. The system employs a dual-loop agent architecture to coordinate primary analysis and secondary verification, reducing false positives. It distinguishes itself through the use of browser automation to perform live UI component testing and verify frontend changes against accessibili

    عرض على GitHub↗3,636
  • reviewdog/reviewdogالصورة الرمزية لـ reviewdog

    reviewdog/reviewdog

    9,089عرض على GitHub↗

    Reviewdog is a linter result posting tool and a diff-aware static analysis filter. It parses the output of various linters and posts findings as comments on pull requests within code hosting platforms. It also functions as a quality gate for CI pipelines, failing builds when findings exceed specified severity thresholds. The project distinguishes itself by isolating static analysis issues to only those introduced within the current git code diff, preventing the reporting of legacy errors. It unifies tool findings by processing industry-standard SARIF and XML diagnostic formats alongside custo

    Gobitbucketcicli
    عرض على GitHub↗9,089
عرض جميع البدائل الـ 30 لـ Danger→

الأسئلة الشائعة

ما هي الميزات الرئيسية لـ danger/danger؟

الميزات الرئيسية لـ danger/danger هي: Automated Code Review, Pull Request Automation, Metadata Extraction Tools, Metadata Inspection Tools, PR Commenting Tools, Runtime Platform Detectors, Automated PR Commenting, Programmatic Diff Parsers.

ما هي البدائل مفتوحة المصدر لـ danger/danger؟

تشمل البدائل مفتوحة المصدر لـ danger/danger: danger/danger-js — danger-js is an automated code review tool and CI pipeline plugin that functions as a pull request linter. It verifies… kilo-org/kilocode — Kilocode is an autonomous engineering platform designed to orchestrate AI agents for complex software development… oneredoak/claude-code-workflows — This project is a suite of automated tools and an LLM code review framework designed for design auditing, security… reviewdog/reviewdog — Reviewdog is a linter result posting tool and a diff-aware static analysis filter. It parses the output of various… gitlabhq/gitlabhq — This project is a Git DevOps platform and repository manager providing a complete toolset for hosting Git… continuedev/continue — Continue is an automated code review platform that integrates AI agents directly into the software development…