code-review

Tag

Cards List
#code-review

@mattpocockuk: Thinking about a workflow like this for helping prevent comprehension debt on a fast-moving repo: Fast-moving repo w/lo…

X AI KOLs Following · 2026-07-12 Cached

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.

0 favorites 0 likes
#code-review

@chenzeling4: Your AI coding assistant reads the entire codebase every single request. That's why it's slow and expensive. Code-revie…

X AI KOLs Timeline · 2026-07-11 Cached

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.

0 favorites 0 likes
#code-review

@xxm459259: 已经从 superpowers 换到 mattpocock/skills 两三周了。superpowers 的那套 brainstorming,spec,plan 再到 subagents + worktree 绝大部分时候都不适合我。

X AI KOLs Timeline · 2026-07-09 Cached

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.

0 favorites 0 likes
#code-review

@mattpocockuk: My skills repo has 160K stars, 7.5m downloads... ...and no tutorial. So, here it is. Watch me walk through the essentia…

X AI KOLs Following · 2026-07-09 Cached

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.

0 favorites 0 likes
#code-review

@shugarDadddy: Before you launch your vibe coded project, run this prompt first: “Perform a comprehensive audit of the application, co…

X AI KOLs Timeline · 2026-07-09 Cached

A tweet thread shares a comprehensive prompt for auditing vibe-coded projects before launch, covering security, reliability, concurrency, accessibility, and UI consistency.

0 favorites 0 likes
#code-review

We replaced our reviewer agent with the same agent, memory wiped. It found the same bugs.

Reddit r/AI_Agents · 2026-07-09

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.

0 favorites 0 likes
#code-review

Quoting Kenton Varda

Simon Willison's Blog · 2026-07-08 Cached

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.

0 favorites 0 likes
#code-review

Together for a healthier Clippy

Lobsters Hottest · 2026-07-07 Cached

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.

0 favorites 0 likes
#code-review

@reach_vb: Turns out you can just clone your favorite reviewers! All our docs PRs are reviewed by both @dkundel and @charlierguo (…

X AI KOLs Following · 2026-07-06 Cached

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.

0 favorites 0 likes
#code-review

@PrajwalTomar_: Claude Code ships broken code by default. This 4-loop setup catches every bug before it's allowed to finish. → A Stop h…

X AI KOLs Following · 2026-07-06 Cached

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.

0 favorites 0 likes
#code-review

@mattpocockuk: The "should you read code" debate is dumb because the real decision isn't binary, it's a scale: 1. Reading every line o…

X AI KOLs Following · 2026-07-05 Cached

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.

0 favorites 0 likes
#code-review

@charliermarsh: For uv/ty/Ruff, I think the answer is kind of circular: as soon as reading the code stops revealing meaningful problems…

X AI KOLs Following · 2026-07-04 Cached

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.

0 favorites 0 likes
#code-review

Gemini Code Assist will be shut down on July 17

Hacker News Top · 2026-07-03 Cached

Google announces the shutdown of the consumer version of Gemini Code Assist on GitHub on July 17, while the enterprise version remains available.

0 favorites 0 likes
#code-review

Understanding is the new bottleneck

Lobsters Hottest · 2026-07-02 Cached

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.

0 favorites 0 likes
#code-review

@Steve8708: How I've changed the way I do code reviews by using the /visual-recap skill:

X AI KOLs Following · 2026-07-02 Cached

Steve8708 shares how he has changed his code review approach using the /visual-recap skill.

0 favorites 0 likes
#code-review

Many people misunderstand the purpose of code review

Hacker News Top · 2026-07-02

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.

0 favorites 0 likes
#code-review

@rohanpaul_ai: Godot is banning vibe coding after AI-made PRs turned review time into the bottleneck. Substantial AI-generated code wi…

X AI KOLs Timeline · 2026-07-02 Cached

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.

0 favorites 0 likes
#code-review

Artificial adventures

Lobsters Hottest · 2026-07-02 Cached

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.

0 favorites 0 likes
#code-review

@github: Medium-depth reviews are now in public preview for GitHub Copilot code review. Increase the effort level from low to me…

X AI KOLs Following · 2026-07-02 Cached

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.

0 favorites 0 likes
#code-review

@geekbb: Code Shit Mountain Analysis Skills generates rigorous, professional code review reports. The name may be crude, but every report is calm, structured, evidence-driven, and actionable. https://github.com/XiNian-dada/Fuck_My_Shit_Mountain…

X AI KOLs Timeline · 2026-07-01 Cached

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.

0 favorites 0 likes
← Previous
Next →
← Back to home

Submit Feedback