- 议题类型
- feature
- 研究方向
- The issue requests adding support for Phabricator, a code review tool. The repository is a CLI utility for managing git services. To implement this, first explore how existing services (e.g., GitHub, GitLab) are integrated in the codebase, likely in modules under the repo. Then, use the python phabricator library to interface with Phabricator's Conduit API. The PR should follow the pattern of existing service implementations and add relevant commands. Since the scope is not clearly defined, a good starting point is to examine the repository structure and existing service handlers.