Tag
Matt Pocock shares an idea for a workflow using LLMs to generate podcast summaries of code diffs, aiming to prevent comprehension debt in fast-moving repos; he has implemented it for his personal wiki with good results.
code-review-graph is an open-source Python tool that builds a persistent structural map of your codebase, enabling AI coding assistants to fetch only relevant context instead of reading the entire repo on every request, drastically reducing token usage and cost.
Matt Pocock released v1.1 of his skills tool, featuring new commands for planning, specification, implementation, and code review. The poster switched from superpowers to this tool.
Matt Pocock introduces his highly popular skills repo (160K stars, 7.5m downloads) and provides a tutorial walkthrough covering essential developer skills like documentation, specifications, tickets, implementation, and code review.
A tweet thread shares a comprehensive prompt for auditing vibe-coded projects before launch, covering security, reliability, concurrency, accessibility, and UI consistency.
The author recounts an experiment where using the same AI model as both code writer and reviewer, even with different prompts, failed to catch expensive correlated errors like assuming an endpoint is idempotent, and found that real independence requires external verification from production traces or assertions.
Kenton Varda announces a moratorium on AI-written change descriptions (PR/commit messages, issues/tickets) on his team, citing that AI omits high-level framing needed for code review and produces worse-than-useless descriptions.
The Rust Clippy team announces a new initiative to address maintainer burnout and review bottlenecks: contributors who review another's PR get priority review for their own. Inspired by Bevy's 'Open Code Review' system.
The tweet describes a feature that allows creating sub-agents that mimic past PR review behavior of specific reviewers, using their names and personas to review pull requests.
PrajwalTomar shares a 4-loop setup for Claude Code that enforces test suite execution on every change, prevents marking work done while tests fail, uses a separate model to confirm completion, and writes repeated mistakes to a rules file.
Matt Pocock argues that the decision to read code during code review is not binary but a spectrum, listing seven levels of engagement from reading every line to letting models handle everything.
Charlie Marsh discusses the threshold for trusting AI-generated code in tools like uv and Ruff, suggesting that improvements in models, harnesses, and verification are needed before he stops manually reviewing the code.
Google announces the shutdown of the consumer version of Gemini Code Assist on GitHub on July 17, while the enterprise version remains available.
Geoffrey Litt argues that as AI agents generate more code, understanding that code becomes a new bottleneck, and proposes techniques like code explainer docs, quizzes, and micro-worlds to help humans stay engaged in the creative process rather than just verifying correctness.
Steve8708 shares how he has changed his code review approach using the /visual-recap skill.
The article discusses common misconceptions about the true purpose of code review in software development, emphasizing it's more about knowledge sharing and team collaboration than just finding bugs.
Godot Engine announces a ban on AI-generated 'vibe coding' contributions due to review time bottlenecks, requiring disclosure of AI assistance and barring substantial AI-written code while allowing small completions.
The author shares their experience using various AI coding assistants (Claude Code, Codex, Pi) for code review and refactoring, finding frontier models surprisingly effective at catching subtle bugs but noting the lower quality and erratic behavior of some tools.
GitHub Copilot's code review feature now supports medium-depth reviews in public preview, allowing users to increase the effort level for more thorough analysis by a higher-reasoning model.
Code Shit Mountain Analysis Skills is an AI skill/prompt framework for generating rigorous, professional code review reports, supporting multiple audit modes and HTML output.