Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@kazo0
Copy link
Collaborator

@kazo0 kazo0 commented Nov 16, 2025

This pull request introduces a new agent definition file for a specialized bug-fixing bot. The file outlines the bot's responsibilities, workflow, and best practices for identifying and resolving bugs in the codebase, with an emphasis on minimal, targeted fixes and clear communication.

New agent definition:

  • Added .github/agents/themes-bug-bot.agent.md to describe the themes-bug-fix-bot, detailing its approach to scanning for bugs, prioritizing issues, implementing targeted code fixes, and following best practices such as small commits, thorough testing, and compliance with Conventional Commits.

Added a guideline to keep commit messages compliant with Conventional Commits.
@kazo0 kazo0 enabled auto-merge (squash) November 16, 2025 01:42
@kazo0 kazo0 changed the title chore: Add guideline for Conventional Commits compliance chore: Add custom agent Nov 16, 2025
Comment on lines +1 to +4
---
name: themes-bug-fix-bot
description: Identifies critical bugs in your project and implements targeted fixes with working code
---
Copy link
Contributor

Choose a reason for hiding this comment

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

@kazo0 do we need to specify a specific model to use here ?

Suggested change
---
name: themes-bug-fix-bot
description: Identifies critical bugs in your project and implements targeted fixes with working code
---
---
name: themes-bug-fix-bot
description: Identifies critical bugs in your project and implements targeted fixes with working code
model: ...
---

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I'm not sure, did we want to restrict it to a specific model?

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.

3 participants