用 Claude Code 改一个大项目,每开一个新任务它都要重新翻文件、认一遍代码结构,上次弄明白的东西全忘了,token 就这么烧掉。
This is a AI post classified by Jev as AI coding agents (a tool drop), kept by the AI Radar because it carries real work, not commentary.
用 Claude Code 改一个大项目,每开一个新任务它都要重新翻文件、认一遍代码结构,上次弄明白的东西全忘了,token 就这么烧掉。 repowise 的思路是把这些活提前做一次,给仓库建一个本地索引,代码依赖关系、git 历史、测试、文档、架构决策都放进去,Agent 和人都能直接来查。 它给 Claude Code、Codex、Cursor 提供 10 个按任务设计的 MCP 工具,问「改了这个文件会影响谁」直接给出带引用的答案。 作者在 django 仓库上跑了 43 个问题做对比,Agent 的工具调用从 7.2 次降到 3.8 次,输出少了 31.6%。样本、方法和输掉的行都公开在仓库里。 GitHub:http://github.com/repowise-dev/repowise 改代码前能算一份 0 到 10 的风险分,按仓库自己近期提交的分布来排,还列出哪些调用方会被波及、哪些测试该跑、以往总一起改的文件这次有没有漏。 代码健康那块有 51 个检测器,把缺陷风险、可维护性、性能分开打分,找出最容易出问题的文件,还会给出可以直接丢给 Agent 执行的重构方案。 支持 26 种语言,建图、算风险、查健康度、找死代码都不调用大模型,不用 API Key,索引留在自己机器上。一条命令装好,也有免费的 PR 机器人。
Posted by GitHubDaily (84.7k followers) 59 min ago · 0 likes · 743 views · view the original post on X. Kept by the AI Radar as AI coding agents. Tools mentioned: repowise.
More AI work like this
- finally figured out how to get codex to *really* read a file carefully — @beyarkay
- Claude Code can test if a skill or plugin actually improves its answers. — @godofprompt
- I've tested nearly every "AI coding agent" shipping this year. — @hasantoxr
- CLAUDE.md 里写了一堆规则,Claude Code 照样有一半当没看见,这事很多人都碰到过。 — @GitHub_Daily
- Codex 终于要 Reset 了 — @dotey
- Can you believe this is a web game? — @NicolasZu
- some executor v2 stuff i'm excited about — @RhysSullivan
- Here are 20 OpenAI Codex commands that make coding way faster and easier. — @shushant_l
Every post is read and classified by Jev (TypeSafe): what it is, which market it belongs to, and whether the link is a real tool. 41.3k posts from 5k X accounts over the last 14 days, 1.7k tools, 19 markets. Collected every 5 minutes, fully re-ranked every hour — last update 2026-09-22 10:45 UTC. Full method.