Chat with Code
Interact with code repositories, manage issues, and push code.
Chat with Code is a handy tool for developers looking to interact with hosted code repositories directly in a chat. You can access files, modify code, and discuss implementation with your team all without ever leaving your chat window. With easy-to-use commands like 'list repositories for user', 'create issue', and 'get readme', you can manage issues and push code with ease. Don't waste time switching between your chat and code repository - let Chat with Code be your one-stop-shop for all your code management needs.
How to
Comments (0)
API docs
Learn how to use Chat with Code effectively! Here are a few example prompts, tips, and the documentation of available commands.
Example prompts
-
Prompt 1: "List repositories for user 'johnsmith'."
-
Prompt 2: "Get the README file for the 'project1' repository."
-
Prompt 3: "Create a new issue in the 'project2' repository."
-
Prompt 4: "Search for code related to 'machine learning'."
-
Prompt 5: "Get the pull requests for the 'project3' repository."
Features and commands
Feature/Command | Description |
---|---|
listRepositoriesForUser | This command lists the repositories belonging to a specific user. You need to provide the username of the user whose repositories you want to retrieve. |
getReadme | This command retrieves the README file for a specific repository. You need to provide the name of the repository for which you want to fetch the README. |
createIssue | This command allows you to create a new issue in a specific repository. You need to provide the name of the repository and provide details for the issue, such as the title and description. |
searchCode | This command allows you to search for code related to a specific keyword or topic. You need to provide the keyword or topic you want to search for. |
getPullRequests | This command retrieves the pull requests for a specific repository. You need to provide the name of the repository for which you want to fetch the pull requests. |