2 रिपॉजिटरी
Dividing large blocks of machine-generated changes into smaller, reviewable engineering units.
Distinct from AI-Generated Code Analysis: Focuses on the physical partitioning of code blocks for rollback and review rather than analyzing quality discrepancies.
Explore 2 awesome GitHub repositories matching development tools & productivity · Code Slicing. Refine with filters or upvote what's useful.
my-git is a comprehensive framework and reference guide for Git version control administration, repository governance, and software release management. It provides a structured approach to managing the software development lifecycle, from initial feature branching to final production deployment. The project distinguishes itself through a specialized AI-assisted development framework. This includes workflows for managing AI-generated code via automated diff reviews, intent-based commit splitting, and governance models for multi-agent coordination and session isolation using worktrees. The cod
Divides large machine-generated changes into smaller engineering units for better review and rollback.
fuckitjs is an automated code pruning utility and error recovery tool for JavaScript. It is designed to isolate and remove breaking lines of code through repeated evaluation and selective excision to ensure a script executes successfully. The tool identifies and excises problematic code segments by iteratively evaluating scripts until runtime crashes are eliminated. It employs a process of identifying and slicing out specific failing lines to mitigate errors and allow a script to run to completion. This capability surface covers automated code cleaning, dynamic script debugging, and JavaScri
Removes individual lines of source code from the execution stream when they trigger runtime exceptions.