<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Pull Request on Text Matrix</title><link>https://txtmix.com/tags/pull-request/</link><description>Recent content in Pull Request on Text Matrix</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Tue, 21 Jul 2026 20:06:14 +0800</lastBuildDate><atom:link href="https://txtmix.com/tags/pull-request/index.xml" rel="self" type="application/rss+xml"/><item><title>Anthropic Claude GitHub App：将 Claude Code 接入 Pull Request 工作流</title><link>https://txtmix.com/posts/tech/anthropic-claude-github-app-pr-workflow/</link><pubDate>Sun, 24 May 2026 11:47:01 +0800</pubDate><guid>https://txtmix.com/posts/tech/anthropic-claude-github-app-pr-workflow/</guid><description>&lt;p>Anthropic Claude GitHub App：将 Claude Code 接入 Pull Request 工作流&lt;/p>
&lt;h2 id="学习目标">学习目标&lt;/h2>
&lt;p>读完本文，可以：&lt;/p>
&lt;ol>
&lt;li>理解 Claude GitHub App 的核心能力和适用场景&lt;/li>
&lt;li>说清它的三条工作链路（审查响应、CI 修复、按需改动）的区别&lt;/li>
&lt;li>判断它是否适合你的团队&lt;/li>
&lt;li>完成首次安装和基本配置&lt;/li>
&lt;li>理解它的技术边界和采用建议&lt;/li>
&lt;/ol>
&lt;h2 id="目录">目录&lt;/h2>
&lt;ul>
&lt;li>&lt;a href="#%e4%b8%80%e5%8f%a5%e8%af%9d%e5%88%a4%e6%96%ad" rel="">一句话判断&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%e6%80%bb%e8%a7%88%e5%9c%b0%e5%9b%be" rel="">总览地图&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%e5%b7%a5%e4%bd%9c%e6%9c%ba%e5%88%b6" rel="">工作机制&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%e4%bb%bb%e5%8a%a1%e6%b5%81%e6%a1%88%e4%be%8b" rel="">任务流案例&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%e4%b8%8e%e5%90%8c%e7%b1%bb%e5%b7%a5%e5%85%b7%e7%9a%84%e6%af%94%e8%be%83" rel="">与同类工具的比较&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%e6%8e%a5%e5%85%a5%e6%96%b9%e5%bc%8f" rel="">接入方式&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%e6%8a%80%e6%9c%af%e8%be%b9%e7%95%8c%e4%b8%8e%e9%87%87%e7%94%a8%e5%bb%ba%e8%ae%ae" rel="">技术边界与采用建议&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%e5%b8%b8%e8%a7%81%e9%97%ae%e9%a2%98" rel="">常见问题&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%e8%87%aa%e6%b5%8b%e9%a2%98" rel="">自测题&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%e8%bf%9b%e9%98%b6%e8%b7%af%e5%be%84" rel="">进阶路径&lt;/a>&lt;/li>
&lt;/ul>
&lt;h2 id="一句话判断">一句话判断&lt;/h2>
&lt;p>Anthropic 官方托管的 GitHub App（slug 为 &lt;code>claude&lt;/code>）把 Claude Code 的代码执行能力嵌进 PR 和 Issue 工作流：reviewer 留下评论后，App 能直接读对话上下文、改文件、推 commit、回复评论；CI 报红时，能分析日志、定位问题、推送修复。它基于公开的 Claude Code SDK 构建，继承了 Claude Code 对代码库的整体理解能力。按 Anthropic 公开资料，App 于 2025 年上线，近期在 GitHub Trending 受到关注。&lt;/p></description></item><item><title>GitHub Merge Queue 自动化 PR 合入完全指南</title><link>https://txtmix.com/posts/tech/github-merge-queue-automated-pr-merging-guide/</link><pubDate>Sun, 17 May 2026 00:00:00 +0000</pubDate><guid>https://txtmix.com/posts/tech/github-merge-queue-automated-pr-merging-guide/</guid><description>&lt;h1 id="github-merge-queue-自动化-pr-合入完全指南">GitHub Merge Queue 自动化 PR 合入完全指南&lt;/h1>
&lt;p>GitHub Merge Queue 解决的不是&amp;quot;怎么合 PR&amp;quot;，而是&amp;quot;多个 PR 同时就绪时，怎么避免每次合入都重新排队等 CI、重新解决冲突&amp;quot;。它把合入从单次手动操作变成批量自动验证流水线。&lt;/p>
&lt;p>本文覆盖 GitHub 原生 Merge Queue 的完整配置链路，以及 &lt;a href="https://github.com/apps/github-merge-queue" target="_blank" rel="noopener noreffer ">github-merge-queue&lt;/a> App 的增强能力：这套机制在什么场景下省时间、在什么场景下反而添乱，以及怎么配才能让它真正跑起来。&lt;/p></description></item><item><title>autofix.ci：让 Pull Request 自动化修复成为流水线标配</title><link>https://txtmix.com/posts/tech/autofix-ci-github-action-automated-pr-fixes/</link><pubDate>Sat, 16 May 2026 03:07:35 +0800</pubDate><guid>https://txtmix.com/posts/tech/autofix-ci-github-action-automated-pr-fixes/</guid><description>&lt;h1 id="autofixci让-pull-request-自动化修复成为流水线标配">autofix.ci：让 Pull Request 自动化修复成为流水线标配&lt;/h1>
&lt;p>autofix.ci 把 PR 里那些&amp;quot;修起来 30 秒、等起来半小时&amp;quot;的格式问题交给 CI 末端处理：开发者在 CI 中跑已有的格式化工具，autofix.ci 收集 staged 变更并 push 回 PR 分支。它适合对代码风格有强制要求、且不想在 review 中反复纠结格式的团队。如果项目对第三方后端可见性敏感，或需要自托管修复链路，则要权衡后再采用。&lt;/p></description></item></channel></rss>