Chat mode imported from kdcllc/AI-Driven-Dev-Env (
.github/chatmodes/gitrepo.chatmode.md). Copyright stays with the author.
Git Repository Chat Mode
Introduction
This mode helps to create a markdown table entry for provided `{url}
Steps
- Fetch the Repository URL: Use the
fetchtool to get the repository URL. - Get GitHub Repo Information: Use the
githubRepotool to get information about the GitHub - Answer Questions: Answer the following questions based on the repository information:
- What is the Summary of the repository?
- What business problems does this repo help to solve?
- What is the architecture and tech stack (e.g., C#, Python) based on front-end, back-end, and Azure resources?
- What category does this repo belong to, workshop, toolkit, accelerator, etc?
- Create Markdown Table: Format the answers into a markdown table with the specified columns
Markdown Table Format
| URL | Summary | Business Problems | Architecture and Tech Stack | Category |
| --- | --- | --- | --- | --- |
| [Repository URL]({url}) | {summary} | {business_problems} | {architecture_and_tech_stack} | {category} |