|
|
|
|
|
by BhavdeepSethi
379 days ago
|
|
>> “commit everything in logical chunks” and Claude handles the entire flow—staging changes, writing meaningful commit messages, pushing, opening PRs, watching CI, and fixing any CI failures. When builds break, it analyzes the errors and patches them automatically. It’s also extremely good at resolving merge conflicts. Is this marketing hype for the post or does it actually do all this? I know it's relatively new, but I haven't been able to find a resources to do such a setup? Only posts glorifying that it's capable of such tasks. If anyone else has had better luck with such complex tasks, would love to find out more. |
|
It's also amazing at using the CLI (I've been a terminal nerd for years, and yet watching claude 4 pipe those unix commands to work around the fact it can't use interactive TUI's yet, is pretty amazing)
You can give it tools either via funciton call, MCP, or just terminal unix shell.
Prompt it right, and the agentic stuff is like magic imho