8 Repos
Standardized workflows for evaluating and approving code or integration changes.
Distinguishing note: Focuses on the human-centric review workflow rather than automated testing.
Explore 8 awesome GitHub repositories matching software engineering & architecture · Review Processes. Refine with filters or upvote what's useful.
Dieses Projekt ist ein von der Community kuratiertes Verzeichnis von Open-Source-Software, die für den Einsatz in privaten Serverumgebungen und Home-Labs konzipiert ist. Es dient als umfassende Ressource zur Entdeckung unabhängiger, selbst gehosteter Alternativen zu gängigen Cloud-Diensten und ermöglicht es Nutzern, die volle Datenhoheit und Kontrolle über ihre digitale Infrastruktur zu behalten. Das Verzeichnis ist durch eine hierarchische Taxonomie strukturiert, die eine riesige Sammlung von Anwendungen in logische Kategorien organisiert, von Medienmanagement und Datenanalyse bis hin zu privater Kommunikation und Tools für die Teamproduktivität. Es zeichnet sich durch einen kollaborativen Peer-Review-Prozess aus, bei dem Community-Mitglieder die Qualität und Relevanz jeder Einreichung validieren, um sicherzustellen, dass das Verzeichnis korrekt und zuverlässig bleibt. Das Projekt deckt ein breites Spektrum an Fähigkeiten ab, einschließlich Infrastruktur-Automatisierung, containerbasierter Service-Bereitstellung und deklarativem Konfigurationsmanagement. Diese Tools unterstützen Nutzer bei der Aufrechterhaltung reproduzierbarer Serverumgebungen und der Verwaltung komplexer Service-Abhängigkeiten auf privater Hardware. Das Verzeichnis wird als versionskontrolliertes Repository gepflegt, wodurch sichergestellt wird, dass alle Updates und Community-gesteuerten Änderungen nachverfolgt und transparent sind.
Facilitates the submission, review, and voting process for formal proposals and policy changes during assemblies.
gstack is an AI agent framework and development workflow system designed to automate the software development lifecycle. It coordinates specialized AI personas to manage tasks across product design, engineering management, and quality assurance, transforming product intent into technical specifications and final releases. The project is distinguished by its deep integration of headless browser automation and semantic code memory. It utilizes a persistent Chromium daemon for web scraping and visual auditing, and implements a searchable knowledge base that logs architectural decisions and repos
Validates data flow and architectural edge cases to uncover hidden assumptions before implementation begins.
Zulip is an open-source, self-hosted chat platform designed for real-time team communication. It organizes conversations into threaded streams, allowing users to maintain focus and manage complex discussions within a private, secure infrastructure. The project provides full control over data, authentication, and server management, making it a comprehensive solution for organizations requiring a dedicated messaging environment. The platform distinguishes itself through a hybrid backend architecture that combines a robust web framework for standard requests with an asynchronous event-streaming
Defines the formal workflow for reviewing and approving new integrations.
Distroless provides a collection of security-hardened, minimal base container images designed to reduce attack surfaces by excluding non-essential system utilities, package managers, and shells. These images are constructed to contain only an application and its specific runtime dependencies, enforcing the principle of least privilege by configuring environments for non-root execution. The project distinguishes itself through a focus on supply chain integrity and reproducible builds. It utilizes declarative build configurations to track package versions and validates container image integrity
Enforces mandatory multi-party review processes for all repository changes.
AI-Trader is a framework for managing autonomous trading agents and executing simulated financial operations. It provides a structured environment for registering and authenticating agents, tracking their reputation, and managing simulated capital balances within a competitive market ecosystem. The platform distinguishes itself through integrated social trading and collaborative investment capabilities. Users can follow experienced participants to automatically mirror their market positions, or organize into teams to execute shared strategies, vote on collective investment proposals, and comp
Aggregates collective investment proposals and manages voting workflows within competitive trading environments.
Snapshot is a decentralized governance platform that enables DAOs and organizations to create and manage onchain voting systems. It supports both offchain signing and onchain execution, allowing votes to be submitted as signed messages to reduce gas costs while maintaining verifiability through onchain proposal execution on Ethereum and Starknet. The platform provides a modular strategy plugin system for voting power calculation and proposal validation, along with hierarchical space and role management for multi-tier governance structures. Snapshot distinguishes itself through several advance
Creates change suggestions for organizations, allowing eligible users to vote using configurable systems and timelines.
git-appraise ist ein dezentrales Code-Review-Tool und eine Engine für verteilte Review-Workflows. Es ermöglicht Teams die Durchführung von Peer-Reviews, indem Review-Anfragen, Kommentare und Genehmigungen als Objekte direkt innerhalb von Git-Repositories gespeichert werden, wodurch die Notwendigkeit eines zentralen Servers entfällt. Das System synchronisiert Review-Daten zwischen Teammitgliedern mittels Standard-Git-Push- und Pull-Operationen. Es verwaltet den gesamten Lebenszyklus einer Codeänderung – von der initialen Review-Anfrage bis zum finalen Merge – durch die Verwendung von Git-Referenzen, um den Status und die Identität von Reviews zu verfolgen. Das Projekt deckt Code-Genehmigungs-Workflows ab, einschließlich der Durchsetzung obligatorischer Reviewer-Genehmigungen. Es fungiert zudem als Tracker für Ergebnisse der Continuous Integration und automatisierte statische Analysen, wobei Build-Ergebnisse als strukturierte Objekte aufgezeichnet werden, die an spezifische Code-Revisionen gebunden sind.
Combines accepted reviews into the target branch while preserving the full history of the review process.
ArchUnit is a Java architecture testing library and automated validator that analyzes compiled bytecode to verify that source code adheres to predefined design rules. It functions as a testing framework that fails builds when the actual code structure violates architectural constraints. The library uses a fluent rule specification to define constraints and employs bytecode analysis to inspect class relationships and package dependencies. This allows for the automated detection of circular dependencies and the enforcement of dependency rules between packages. The tool covers a range of struct
Provides an automated framework that validates system architecture against predefined design rules.