Skip to content

Create debug.chatmode.md #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jul 2, 2025
Merged

Create debug.chatmode.md #17

merged 5 commits into from
Jul 2, 2025

Conversation

mbianchidev
Copy link
Member

@mbianchidev mbianchidev commented Jul 2, 2025

This pull request introduces a new "Debug Mode" to assist developers in systematically identifying, analyzing, and resolving bugs in their applications. It provides a structured process and detailed guidelines for debugging tasks.

@Copilot Copilot AI review requested due to automatic review settings July 2, 2025 07:33
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a new debug.chatmode.md document defining a structured debug mode for the assistant, including phases, tools, and guidelines.

  • Introduces frontmatter with description and tools list.
  • Outlines a four-phase debugging workflow and general guidelines.
Comments suppressed due to low confidence (2)

chatmodes/debug.chatmode.md:1

  • Consider adding a title field in the frontmatter to clearly label this mode, e.g., title: 'Debug Mode'.
---

chatmodes/debug.chatmode.md:3

  • [nitpick] The tool names mix camelCase and snake_case (e.g., get_errors, test_failure). Consider standardizing on a single naming convention (such as camelCase) for consistency.
tools: ['codebase', 'readFiles', 'editFiles', 'githubRepo', 'runCommands', 'fetch', 'search', 'usages', 'findTestFiles', 'get_errors', 'test_failure', 'run_in_terminal', 'get_terminal_output']

Copy link
Contributor

@aaronpowell aaronpowell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please run update-readme.js before this can be merged.

@aaronpowell aaronpowell merged commit 24e1b59 into github:main Jul 2, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants