Glean 拾遗
Recent picks

1pick · chronological

08-18

Handing Claude daily app maintenance: 388 PRs in weeks

The author has been experimenting with letting Claude take over day-to-day maintenance of their apps. A dedicated Slack channel runs Claude Tag daily across iOS, Android, Desktop, web, CLI, and Agent SDK: a crash fuzzer taps around in simulators to find and fix crashes, a dup unifier merges similar abstractions, a dead-code remover deletes unreachable code and logs suspects, and an abstraction police fixes leaky abstractions. In a few weeks the routines opened 388 PRs; 180 were merged after Claude Code Review plus human review. Claude usually gets PRs right first try, and when it doesn't, the author asks Claude to tune its own routines so they improve the next day. The post includes some actual prompts and a link to Claude Code routines for trying similar workflows.

x.com · 2 min · Agent Workflows · Automation · Claude Code