Manages Trello boards, lists, and cards directly within your workflow using the Trello REST API.
The Trello skill enables developers to integrate project management seamlessly into their coding environment by providing direct access to Trello's core features. It allows for the retrieval of board data, card creation, task movement across lists, and the addition of comments, all through a streamlined command-line interface. This tool is ideal for teams that want to maintain high velocity by updating their project tracking boards without switching contexts or leaving their development terminal.
主要功能
01Automated card movement between workflow columns
02Advanced JSON data filtering via jq integration
03Real-time card creation and metadata management
04Comprehensive board and list querying
050 GitHub stars
06Collaborative commenting and card archiving
使用场景
01Updating the status of a feature request after a successful git push
02Creating a Trello card automatically when a bug is discovered in the code
03Listing all pending tasks for the current sprint directly from the terminal