Task Manager Slack Command Bot is an innovative Slack bot developed using Python and the FastAPI framework. It empowers your team with seamless task management, code review, and collaboration capabilities, enhancing productivity and team dynamics. The bot integrates seamlessly with Slack's API set through the Slack Python library, ensuring a smooth and efficient user experience.
Link - https://vimeo.com/849908919
-
/do Command:
- Triggered with
/do
command followed by a task name (single string). - Randomly selects a team member to do the mentioned task. Example - /do conduct-daily-standup.
- Mention a specific member's name after
/do
to assign the task precisely. Example - /do conduct-daily-standup @Will - Handles multiple member mentions by randomly picking one for equitable task distribution. Example - /do conduct-daily-standup @Will @Smith @Chris
- Triggered with
-
/git-review Command:
- Triggered with
/git-review
command followed by a Git Pull Request (PR) link. - Randomly selects a team member to review the provided Git PR link. Example - /git-review YOUR_GIT_PR_URL
- Mention a specific member's name after
/git-review
to assign the review task precisely. Example - /git-review YOUR_GIT_PR_URL @Tom - Handles multiple member mentions by randomly picking one for equitable task distribution. Example - /git-review YOUR_GIT_PR_URL @Tom @Dick @Harry
- Triggered with
-
/inspect Command:
- Highlight any valid URL in a Slack channel with the
/inspect
command. - Randomly assigns a team member to inspect the mentioned URL. /inspect YOUR_URL
- Mention a specific member's name after
/inspect
to assign the task precisely. Example - /inspect YOUR_URL @Bruce - Handles multiple member mentions by randomly picking one for equitable task distribution. Example - /inspect YOUR_URL @Bruce @Wayne @Joker
- Most speculated use case: Randomly pick a team mate to take a look at a Slack conversation gaining momentum, adding a fun twist to collaboration.
- Highlight any valid URL in a Slack channel with the
We are committed to continually expanding the capabilities of the Task Manager Slack Command Bot. Future planned features include:
- Agile Story Pointing: Streamline sprint planning sessions with Agile story pointing, enabling efficient estimation of user stories.
- TBD
- Clone this repository and navigate to the project directory.
- Set up the virtual environment using Python's virtualenv or your preferred method.
- Install the required dependencies, including FastAPI and the Slack Python library.
- Create a .env file in the project root directory and add your Slack token and signing secret. Make sure to keep this information secure and do not share it publicly.
- Customize the bot's behavior, appearance, and Slack API integration to align with your team's preferences.
- Launch the bot using FastAPI and deploy it on your chosen hosting service.
- Configure your Slack workspace to interact with the Task Manager Slack Command Bot via its Slack API integration.
We welcome and encourage contributions to this open-source project. To contribute, please submit pull requests, suggest new features, or share your ideas to expand the capabilities of the Task Manager Slack Command Bot. Together, we can create a powerful and versatile tool to streamline your team's workflow and boost productivity.
Let's build the future of collaborative team experiences! Happy task managing, reviewing, inspecting, and planning! 🚀🔍📈