Feature request for @github: let the gh CLI upload images. My coding agent can create a worktree, build a feature, run tests, open a PR, and watch CI — but it can't embed a screenshot in the description without reverse-engineering your private upload API. This was requested in 2020 and closed "not planned" (github.com/cli/cli/issues/18…) — 6 years later, agents make this the last mile of the dev workflow. Please reconsider. 🙏
It reuses your existing GitHub browser session — no new token setup, no OAuth app, no extra scopes.
For local use, that means your agent can go straight from screenshot to GitHub markdown. 🥳
I think fully autonomous GitHub team members are the next big wave in large scale open source.
Not just CI bots or Dependabot — real repo-native agents that triage issues, reproduce bugs, open PRs, update them, respond to reviews, and follow up.
My guess: every large OSS project will eventually have its own project-specific GitHub agent.
Not a generic chatbot — a repo-native teammate with context, conventions, and contribution history.
Who is already doing this well?
Any OSS “drop-in robobun” projects today?
Feature request for @github: let the gh CLI upload images. My coding agent can create a worktree, build a feature, run tests, open a PR, and watch CI — but it can't embed a screenshot in the description without reverse-engineering your private upload API. This was requested in 2020 and closed "not planned" (github.com/cli/cli/issues/18…) — 6 years later, agents make this the last mile of the dev workflow. Please reconsider. 🙏
Introducing a top-to-bottom update for your tabs…literally. Vertical tabs are coming to Chrome! 🚦
And there is more: A full-page view free from distraction with a new immersive reading mode.
Claude Code skill for triaging GitHub Copilot PR reviews.
Copilot auto-reviews your PR but leaves you clicking through dozens of comments. This skill fetches all threads via GraphQL, evaluates each, shows a verdict table, and lets you pick which to apply. Commits, resolves threads, minimizes noise.
1. Open a PR
2. Wait for Copilot to review
3. Run `/copilot-review`
4. Pick which suggestions to keep
5. Clean PR, zero unresolved threads
Place in `~/.claude/skills/copilot-review/SKILL.md`
gist.github.com/mxschmitt/4a…
Excited to share that after 5 awesome years working on Playwright, I’ve moved from Berlin to San Francisco to join Amazon AGI Lab, working on browser use and AI Agents.
I’m extremely grateful to the Playwright team and community for all the support over the last few years!
Excited to share that after 5 awesome years working on Playwright, I’ve moved from Berlin to San Francisco to join Amazon AGI Lab, working on browser use and AI Agents.
I’m extremely grateful to the Playwright team and community for all the support over the last few years!
The last 5 years were truly special — shipping software used by thousands of developers, speaking at conferences, learning from an incredible open source community, and helping build foundations that many browser and agent workflows rely on today.
pg-backup-scheduler: self-hosted PostgreSQL backups
- Daily automated backups (cron)
- Uses Docker containers with matching PG versions
- Works with Supabase, self-hosted, anything
- Single Go binary, MIT
github.com/mxschmitt/pg-back…