HomeTags#code-review

Tag timeline

#code-review28 total

同じキーワードで束ねられた更新を確認できます。カテゴリをまたいだ関連ニュースや実装トピックの追跡に使えます。

Total28#code-review の全掲載記事All listed entries tagged #code-review
Showing28このページの表示件数Entries on this page
Page1/1静的ページ位置Static page position
Updated公開index snapshotPublished index snapshot

Entriespage 1/1 · 28 total

Thu, Aug 131 entries
新規収集INDEXEDコミュニティCommunityAI Editors·Zenn Cursor

Gemini Code Assist の無料 PR レビューが終わったあと — 代替の選び方The shutdown of the consumer-tier Gemini Code Assist GitHub bot is distinct…

重要度 MediumMedium priority技術記事 · AI Editorstechnical post · AI Editors

AI要約個人向け Gemini Code Assist on GitHub の無料提供終了と Google Cloud 経由の継続版は別物であり、混同を避けつつリポジトリ種別や既存ツールの状況に応じた代替選択の指針を示す記事です。

AI SUMMARYThe shutdown of the consumer-tier Gemini Code Assist GitHub bot is distinct from the Google Cloud-backed Preview version, which continues under a different setup. This article clarifies the boundary and guides developers in choosing alternatives based on repo visibility and existing tooling.

Gemini Code Assist の無料 PR レビューが終わったあと — 代替の選び方og
Tue, Aug 112 entries
コミュニティCommunityClaude Code·Zenn Claude

同じ差分を5つのLLMにレビューさせてみた——バグより先に見つかったのは自分のミスだったA developer ran the same 140-page navigation and brand-color diff through five…

重要度 MediumMedium priority技術記事 · Claude / Claude Codetechnical post · Claude / Claude Code

AI要約140ページ超のナビゲーション・ブランドカラー変更をClaude・GPT・Kimi K3など5つのLLMに独立レビューさせたところ、バグ検出数よりも自分自身の見落としが先に露わになった実験報告。

AI SUMMARYA developer ran the same 140-page navigation and brand-color diff through five LLMs independently and found that the exercise surfaced their own overlooked mistakes before any bugs, highlighting the value of multi-model code review.

同じ差分を5つのLLMにレビューさせてみた——バグより先に見つかったのは自分のミスだったog
コミュニティCommunityLocal Models·Qiita LLM

Goose reviewを試したら、チェック定義ファイルまで診断対象に入っていたA developer testing Goose, the agentic AI CLI by Block (now under Linux…

重要度 InfoInformational深掘り候補 · 技術記事 · Local LLM / Open ModelsDeep-dive candidate · technical post · Local LLM / Open Models

AI要約Block社開発のAIエージェントCLI「Goose」のコードレビュー機能を試したところ、レビュー対象としてチェック定義ファイル自体も診断されるという予想外の挙動が確認された。ローカルでのコードレビュー自動化を検討するエンジニアにとって注意すべき動作として紹介されている。

AI SUMMARYA developer testing Goose, the agentic AI CLI by Block (now under Linux Foundation), discovered that its code review feature unexpectedly included the check-definition files themselves as review targets. This behavioral quirk is worth noting for engineers considering local automated code review with Goose.

Goose reviewを試したら、チェック定義ファイルまで診断対象に入っていたog
Mon, Aug 101 entries
コミュニティCommunityCopilot·Qiita GitHub Copilot

GitHub Copilotで書いたコード、レビューはどうしてる?を実践から整理するThis article organizes practical code review strategies for GitHub…

重要度 MediumMedium priority技術記事 · GitHub Copilottechnical post · GitHub Copilot

AI要約GitHub Copilotによるコード生成が増える中、生成コードをそのままマージせず実践的なレビュー手法を体系化した知見を共有している。

AI SUMMARYThis article organizes practical code review strategies for GitHub Copilot-generated code, addressing how teams can avoid blindly merging AI output while maintaining development speed.

GitHub Copilotで書いたコード、レビューはどうしてる?を実践から整理するog
Sat, Aug 81 entries
公式OfficialCopilot·GitHub Changelog

Copilot コードレビューの「努力レベル」機能が一般提供開始Copilot code review effort levels are generally available

重要度 MediumMedium priority変更履歴 · GitHub Copilotchangelog · GitHub Copilot

AI要約GitHub Copilot コードレビューの Lite と Balanced の努力レベルが正式リリースされ、PRの複雑さやリスクに応じてレビューの深さを調整できるようになった。

AI SUMMARYGitHub Copilot code review now offers Lite and Balanced effort levels in general availability, allowing teams to tailor review depth to match the complexity and risk of each pull request.

Copilot code review effort levels are generally availableog
Thu, Aug 61 entries
コミュニティCommunityAI Editors·Qiita Cursor

【検証】Claude Code vs Cursor — リファクタリング・テスト生成・コードレビューを並走させて分かった『使い分けの最適解』A head-to-head benchmark running refactoring, test generation, and code review…

重要度 MediumMedium priority技術記事 · AI Editorstechnical post · AI Editors

AI要約同一コードベースで3タスクを並走させ、所要時間・品質・コストを計測した結果、リファクタリングはClaude Code、テスト生成・コードレビューはCursorが優位という使い分けの指針が示された。

AI SUMMARYA head-to-head benchmark running refactoring, test generation, and code review on the same codebase found that Claude Code excels at large-scale refactoring while Cursor leads for test generation and code review.

Sun, Aug 21 entries
コミュニティCommunityCopilot·Qiita GitHub Copilot

GitHub Copilotを使っても開発が速くならなかった。原因は「検証負債」だったUsing GitHub Copilot speeds up code generation, but accumulated 'verification…

重要度 MediumMedium priority技術記事 · GitHub Copilottechnical post · GitHub Copilot

AI要約GitHub Copilotでコード生成は速くなるが、AI生成コードの正しさを確認する「検証負債」が蓄積し、開発全体のスピードが上がらない問題を解説している。

AI SUMMARYUsing GitHub Copilot speeds up code generation, but accumulated 'verification debt'—the time spent validating AI-generated code—can offset those gains and stall overall development velocity.

GitHub Copilotを使っても開発が速くならなかった。原因は「検証負債」だったog
Fri, Jul 311 entries
公式OfficialNews/Policy·GitHub Changelog

スタックドプルリクエストがパブリックプレビューで利用可能にStacked pull requests are now in public preview

重要度 MediumMedium priority変更履歴 · Industry & Policychangelog · Industry & Policy

AI要約GitHubは大規模な変更を小さく分割して段階的にレビューできる「スタックドプルリクエスト」機能をパブリックプレビューとして公開した。開発者はフォーカスされた変更単位で順序付きのPRシリーズを作成・管理できるようになる。

AI SUMMARYGitHub has launched stacked pull requests in public preview, enabling developers to break large changes into a series of small, focused, and independently reviewable PRs. This makes code review more manageable for complex features.

Thu, Jul 301 entries
コミュニティCommunityCopilot·Qiita GitHub Copilot

coding agent のセッションストリームを review しやすい単位に分割してからログを保存するLong overnight coding agent runs produce logs so large they become unreadable

重要度 MediumMedium priority技術記事 · GitHub Copilottechnical post · GitHub Copilot

AI要約一晩動かした coding agent のログは膨大になり、翌朝には読み返せない状態になる。セッションストリームを意味のある単位に切り分けてから保存することで、レビューを現実的なものにする手法を解説している。

AI SUMMARYLong overnight coding agent runs produce logs so large they become unreadable. This article explains how to slice the session stream into reviewable chunks before saving, making post-run inspection practical.

Wed, Jul 221 entries
コミュニティCommunityCopilot·Qiita GitHub Copilot

コミット前のレビューをCopilot Agentで自動化してみたThis article explains how to use Copilot Agent to automatically run code…

重要度 MediumMedium priority技術記事 · GitHub Copilottechnical post · GitHub Copilot

AI要約Copilot Agentを活用してGitコミット前に自動でコードレビューを実行する仕組みを構築する方法を解説。レビュー漏れを防ぎ、開発品質を手軽に向上させられる点が注目される。

AI SUMMARYThis article explains how to use Copilot Agent to automatically run code reviews before each Git commit, helping developers catch issues early and maintain consistent code quality with minimal manual effort.

コミット前のレビューをCopilot Agentで自動化してみたog
Tue, Jul 211 entries
コミュニティCommunityClaude Code·Zenn Claude

AIに1時間で作らせたアプリを、公開前に全ソース監査してみた(Critical 2件)A developer audited the full source code of an app built by Claude in about one…

重要度 MediumMedium priority技術記事 · Claude / Claude Codetechnical post · Claude / Claude Code

AI要約Claudeで約1時間で生成したアプリのソースコードを公開前に手動監査したところ、Criticalレベルの脆弱性が2件発見された。AI生成コードであっても本番公開前のセキュリティ監査が不可欠であることを示す実例として注目される。

AI SUMMARYA developer audited the full source code of an app built by Claude in about one hour before release, uncovering two critical security vulnerabilities. The case highlights that AI-generated code still requires thorough security review before going live.

Wed, Jul 151 entries
コミュニティCommunityCopilot·Qiita GitHub Copilot

コピペで使える育成用AIレビュー・壁打ち・ペアプロのプロンプト集A practical collection of ready-to-paste prompts designed for developer…

重要度 MediumMedium priority技術記事 · GitHub Copilottechnical post · GitHub Copilot

AI要約開発者育成を目的としたAIとのコードレビュー・壁打ち・ペアプログラミングに即使えるプロンプト集を紹介する記事。現場ですぐ活用できるテンプレートを提供することで、チームの学習効率向上を支援する。

AI SUMMARYA practical collection of ready-to-paste prompts designed for developer training via AI-assisted code review, brainstorming, and pair programming. The templates help teams immediately integrate AI into their mentoring workflows.

Tue, Jul 142 entries
コミュニティCommunityCopilot·Qiita GitHub Copilot

AI時代のジュニアエンジニア育成論 ― 「答えを出させないAI」で、レビューと成長を両立するThis article proposes a mentoring approach where AI is used to give hints…

重要度 MediumMedium priority技術記事 · GitHub Copilottechnical post · GitHub Copilot

AI要約AIに答えを直接出させるのではなく、思考を促すヒントだけを与える活用法により、ジュニアエンジニアの自律的な成長とコードレビューの質を同時に高められるという育成論を提案している。

AI SUMMARYThis article proposes a mentoring approach where AI is used to give hints rather than direct answers, helping junior engineers develop problem-solving skills while maintaining effective code review practices.

コミュニティCommunityClaude Code·Qiita Claude

Claude Codeにプロダクションコードを全チェックさせたら、金銭バグ4件を含む15件の不具合を自動修正してくれた話A developer ran Claude Code over their entire production codebase and had it…

重要度 MediumMedium priority技術記事 · Claude / Claude Codetechnical post · Claude / Claude Code

AI要約Claude Codeを使ってプロダクションコード全体を静的解析させたところ、金銭計算に関わる重大バグ4件を含む計15件の不具合が自動検出・修正された実践報告。AIによるコードレビューが人手では見逃しがちな深刻な問題を発見できることを示している。

AI SUMMARYA developer ran Claude Code over their entire production codebase and had it automatically fix 15 bugs, including 4 critical monetary calculation errors. The case demonstrates that AI-driven code review can catch severe issues that manual review tends to miss.

Claude Codeにプロダクションコードを全チェックさせたら、金銭バグ4件を含む15件の不具合を自動修正してくれた話og
Mon, Jul 131 entries
論文PaperPapers/Benchmarks·arXiv cs.SE

汎用から個別へ:ペルソナを考慮したコードレビュー説明の探求From Generic to Personalized: Exploring Persona-Aware Code Review Explanations

重要度 MediumMedium priority論文/研究 · Papers / Benchmarkspaper/research · Papers / Benchmarks

AI要約本研究は、開発者の経験レベルや役割に応じてコードレビューのフィードバック説明を個別化するペルソナ対応アプローチを提案し、画一的な説明の限界を克服しようとしている。

AI SUMMARYThis paper proposes a persona-aware approach to generating code review explanations tailored to a developer's experience and role, showing that personalized feedback improves comprehension over generic explanations.

Sat, Jul 114 entries
コミュニティCommunityClaude Code·Zenn Claude

日本のAIプラットフォームでGLM・DeepSeekなど7モデルのコードレビュー性能を検証するA benchmark study on a Japanese AI platform compares code review performance…

重要度 MediumMedium priority技術記事 · Claude / Claude Codetechnical post · Claude / Claude Code

AI要約日本のAIプラットフォーム上でGLMやDeepSeekを含む7つのモデルのコードレビュー能力を比較検証し、各モデルの実用的な強みと弱点を明らかにした。

AI SUMMARYA benchmark study on a Japanese AI platform compares code review performance across seven models including GLM and DeepSeek, revealing practical trade-offs for developers choosing between open and proprietary options.

コミュニティCommunityClaude Code·Qiita Claude

Fable 5 はコストに見合うだけの性能なのか 〜コードチェック編This article evaluates whether Fable 5 delivers value for its cost by using…

重要度 MediumMedium priority技術記事 · Claude / Claude Codetechnical post · Claude / Claude Code

AI要約Claude を用いて Fable 5 のコード品質を検証し、そのコストパフォーマンスを実践的な観点から評価した記事。AI によるコードレビューの実用性と費用対効果を判断する上で参考になる。

AI SUMMARYThis article evaluates whether Fable 5 delivers value for its cost by using Claude to perform code checks, offering a practical perspective on AI-assisted code review and its cost-effectiveness.

Fable 5 はコストに見合うだけの性能なのか 〜コードチェック編og
コミュニティCommunityClaude Code·Zenn Claude

Fable 5はコストに見合うか? コードレビュー実験で見えた実コストAn experiment applying Claude to code review on Fable 5 measured the actual…

重要度 MediumMedium priority技術記事 · Claude / Claude Codetechnical post · Claude / Claude Code

AI要約ClaudeをコードレビューツールとしてFable 5に適用した実験で、バグ1件あたりの検出コストを定量的に測定。AIレビューの費用対効果と実運用上の課題を明らかにしている。

AI SUMMARYAn experiment applying Claude to code review on Fable 5 measured the actual cost per bug detected, providing concrete data on the ROI of AI-assisted code review and its practical trade-offs.

新規収集INDEXED公式OfficialCopilot·GitHub Copilot Blog

ツール改善がCopilotコードレビューを悪化させた理由と、実際の改善方法Better tools made Copilot code review worse. Here’s how we actually improved it.

重要度 MediumMedium priority技術記事 · GitHub Copilottechnical post · GitHub Copilot

AI要約GitHubはCopilotコードレビューの品質向上を試みた際、ツール強化が逆効果をもたらした経緯と、評価・反復改善によって実際に精度を高めた方法を解説している。

AI SUMMARYGitHub shares how improving Copilot's code review tooling initially degraded quality, and how systematic evaluation and iteration ultimately led to measurable improvements.

Fri, Jul 101 entries
コミュニティCommunityCopilot·Zenn GitHub Copilot

GitHub Copilot/Claude/CodexがPRを作る時代のmerge前チェック設計As AI agents like Copilot, Claude, and Codex increasingly open pull requests…

重要度 MediumMedium priority技術記事 · GitHub Copilottechnical post · GitHub Copilot

AI要約AIエージェントが自動生成するPRが増える中、マージ前の品質・安全性チェックをどう設計すべきかを解説した記事。人間レビューの限界を補うCI/CDゲートの重要性を示している。

AI SUMMARYAs AI agents like Copilot, Claude, and Codex increasingly open pull requests autonomously, this article examines how to design robust pre-merge checks to catch quality and security issues that human reviewers may miss.

Wed, Jun 101 entries
新規収集INDEXED公式OfficialAI Editors·Cursor Changelog

Bugbot が3倍以上高速化・22%コスト削減・バグ検出率10%向上Bugbot is now over 3x faster, 22% cheaper, and finds 10% more bugs

重要度 MediumMedium priority変更履歴 · AI Editorschangelog · AI Editors

AI要約Cursor の Bugbot がレビューごとに3倍以上の速度向上、22%のコスト削減、バグ検出数10%増を同時に達成。プッシュ前にレビューを起動できる新コマンド /review も追加された。

AI SUMMARYBugbot is now over 3x faster, 22% cheaper, and finds 10% more bugs per review, plus a new /review command to run reviews before you push.

Mon, May 111 entries
新規収集INDEXED公式OfficialAI Editors·Cursor Changelog

CursorのBugbotに「Effort Levels」追加、レビュー深度を調整可能に(新しいタブで開きます)Bugbot Effort Levels(opens in a new tab)

重要度 MediumMedium priority変更履歴 · AI Editorschangelog · AI Editors

AI要約Cursorはコードレビュー支援機能Bugbotに「Effort Levels」を導入した。レビューの深さや実行時間を調整可能なオプションで、ユーザーは速度重視か徹底的な解析かを選べる。CI/CD環境での運用柔軟性が向上する見込み。

AI SUMMARYTeams admins and Individual plan users can now customize the effort level Bugbot uses for its PR reviews, with three different configurations:

Fri, May 81 entries
公式OfficialCopilot·GitHub Copilot Blog

急増するエージェント生成PRをどうレビューするかAgent pull requests are everywhere. Here’s how to review them.

重要度 InfoInformational深掘り候補 · 技術記事 · GitHub CopilotDeep-dive candidate · technical post · GitHub Copilot

AI要約AIエージェントが生成するプルリクエストの急増を受け、GitHubが人間によるレビューの実践指針を提示。意図の検証、テスト確認、セキュリティ重視を通じ、技術的負債を出荷前に発見する手法を整理している。

AI SUMMARYGitHub shares a practical guide for reviewing agent-generated pull requests, explaining how to verify intent, confirm tests, and prioritize security so hidden technical debt is caught before it ships.

Agent pull requests are everywhere. Here’s how to review them.og
Thu, May 71 entries
新規収集INDEXED公式OfficialAI Editors·Cursor Changelog

Cursor、PRレビューと並列ビルドプラン、PR分割機能を追加(新しいタブで開きます)PR Review, Build Plan in Parallel, and Split PRs(opens in a new tab)

重要度 MediumMedium priority変更履歴 · AI Editorschangelog · AI Editors

AI要約CursorがGitHub連携を強化し、PRレビュー支援、複数のビルドプランを並列実行する機能、大きなPRを分割する機能を追加した。エージェントベースの開発ワークフローをより実用的にする更新となっている。

AI SUMMARYThis release introduces a new PR review experience, faster execution on plans through parallel agents, and new quick-action pills for common workflows.

Thu, Apr 301 entries
新規収集INDEXED公式OfficialAI Editors·Cursor Changelog

Cursor、コードベースのセキュリティレビュー機能を追加(新しいタブで開きます)Cursor Security Review(opens in a new tab)

重要度 MediumMedium priority変更履歴 · AI Editorschangelog · AI Editors

AI要約CursorはBugbotにセキュリティレビュー機能を追加した。コードベース全体をスキャンし、脆弱性や安全でないパターンを検出して報告する。開発者はPR作成前後にセキュリティ問題を早期発見でき、AI生成コードの品質保証に役立つと見られる。

AI SUMMARYCursor Security Review is now in beta on Teams and Enterprise plans. You can run two types of always-on security agents: Security Reviewer and Vulnerability Scanner.

Wed, Apr 81 entries
新規収集INDEXED公式OfficialAI Editors·Cursor Changelog

Bugbotが学習ルールとMCP対応を獲得(新しいタブで開きます)Bugbot Learned Rules and MCP Support(opens in a new tab)

重要度 MediumMedium priority変更履歴 · AI Editorschangelog · AI Editors

AI要約Cursorのコードレビュー機能Bugbotが、過去のフィードバックから自動でルールを学習する機能と、MCPサーバー連携によるコンテキスト拡張に対応した。これによりレビュー精度の向上と、外部ツール情報を活用した指摘が可能となる。

AI SUMMARYThis release introduces updates to Bugbot including the ability to self-improve in real time, MCP support, improvements to Bugbot Autofix, and the highest resolution rate to date.

Tue, Mar 101 entries
新規収集INDEXED公式OfficialPapers/Benchmarks·DORA Insights (Google)

DORA調査:AI導入から効果的なSDLC活用へ、緊張関係をどう調整するかBalancing AI tensions: Moving from AI adoption to effective SDLC use

重要度 InfoInformational技術記事 · Papers / Benchmarkstechnical post · Papers / Benchmarks

AI要約DORAは、AIがコード生成を加速し初期摩擦を減らす一方で、検証負担やスキル低下、統合の難しさという隠れたコストを生むと指摘。単なる導入から効果的活用へ移るには、生産性と品質、信頼と検証のバランスが鍵だと論じる。

AI SUMMARYDORA argues that while AI speeds initial code generation, it adds hidden taxes like verification overhead, skill degradation, and integration challenges, so leaders must balance productivity with quality to shift from adoption to effective SDLC use.

Thu, Feb 261 entries
新規収集INDEXED公式OfficialAI Editors·Cursor Changelog

Cursor Bugbot に Autofix 機能を追加、PR 上で自動修正提案(新しいタブで開きます)Bugbot Autofix(opens in a new tab)

重要度 MediumMedium priority変更履歴 · AI Editorschangelog · AI Editors

AI要約Cursor の AI コードレビューツール Bugbot に Autofix 機能が追加された。検出されたバグに対し、PR 上で直接修正コミットを提案できるようになり、レビュー指摘から修正までの手間を削減する。Background Agent と組み合わせた運用も可能。

AI SUMMARYBugbot can automatically fix issues it finds in pull requests.