Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces three new custom agent templates to the
.github/ISSUE_TEMPLATE/agentsdirectory. Each template defines a specialized AI agent role, its capabilities, recommended tools, and usage instructions. These templates are designed to streamline the process of requesting help from agents with expertise in code quality, PHP development, and MySQL/MariaDB database administration.New Agent Templates:
Code Quality and PHP Development:
code-quality.agent.mdtemplate for a Code Quality Specialist agent, focusing on code review, best practices, maintainability, and CI/CD for LAMP stack projects.php-devloper.agent.mdtemplate for a PHP Developer agent, with emphasis on PHP 8.1+, PSR-12 standards, debugging, performance optimization, and integration with the Cacti project.Database Administration:
mysql-mariadb.agent.mdtemplate for a MySQL/MariaDB Database Administrator agent, including database management, query optimization, troubleshooting, and references to Cacti DB functions and official documentation.