Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 2.96 KB

README.md

File metadata and controls

33 lines (23 loc) · 2.96 KB

Smart Project

This project template uses Smart Workflows to add agentic behavior to your Github project. All tools and automations are fully customizable using natural language.

Tools

Tools are workflows you can run manually to interact with your AI agent

Tool Description
🚀 Quick Task A generic tool that passes on your instructions directly to the agent, who will execute your instructions using its agent capabilities.
🛠️ Build Something Instruct the AI agent to build something for you using its agent capabilities.
🧙‍♂️ Generate Tool Instruct the AI agent to generate a new tool for your project.
🧙‍♂️ Generate Automation Create a new automation that will run the AI agent automatically when certain events occur.
🤖 Answer Question Manually trigger this workflow to ask the AI agent a question. The agent will search the code base and/or the internet to provide an answer.

Automations

Automations are workflows that run automatically when certain events occur

Automation Description
📝 Format and Label New Issues When a new issue is created, it will automatically be formatted and labeled according to your instructions.
🔍 Instant Pull Request Review When a new pull request is created, it will automatically be reviewed according to your instructions.

How to Use

You can use this template to create a new Github project with all of the above in two simple steps:

  1. Create a new Github repository using this template
  2. Install PR Pilot on your repository

That's it! You now have a Github project with agentic behavior. 🚀