What problem does it solve?
This Skill eliminates the manual overhead of managing Phabricator tasks, code reviews (revisions), and projects through the web UI. It provides a powerful command-line interface to automate common development workflows, saving developers time and integrating seamlessly with Git.
Core Features & Use Cases
- Task Management: Search, create, edit, comment on, and view task trees, keeping your project work organized and up-to-date.
- Code Review Workflows: Create and update code review revisions, specify reviewers, add test plans, and manage revision status directly from your terminal.
- Git Integration: Automatically detect changes, commit ranges, and link revisions to tasks, streamlining your development and review process.
- Use Case: After making changes on a feature branch, quickly create a new Phabricator code review (revision), assign reviewers, add a test plan, and open it in your browser, then update it with new commits as feedback comes in.
Quick Start
Create a new Phabricator task with the title "Fix login bug" and assign it to yourself.