Skip to content

Commit 423d760

Browse files
committed
Clean skills
1 parent 0e781a5 commit 423d760

4 files changed

Lines changed: 17 additions & 10 deletions

File tree

.agents/skills/skill-doli-code-review/SKILL.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
name: skill-doli-code-review
3-
description: >
4-
Reviews Dolibarr PHP code for compliance with coding standards and security best practices, and fixes identified issues. Use when the user asks to review, audit, fix, or update code for Dolibarr, or mentions code quality, security vulnerabilities, or PSR-12 compliance.
3+
description:
4+
Reviews Dolibarr PHP code for compliance with coding standards and security best practices, and fixes identified issues.
5+
Use when the user asks to review, audit, fix, or update code for Dolibarr, or mentions code quality, security vulnerabilities, or PSR-12 compliance.
56
license: MIT
67
user-invocable: true
78
allowed-tools:

.agents/skills/skill-doli-test-hurl/SKILL.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
---
22
name: skill-doli-test-hurl
33
description: Create and maintain Hurl tests for Dolibarr ERP/CRM. Use when asked to create, write, or fix hurl tests for Dolibarr, or when working with test/hurl directory. Covers Dolibarr-specific conventions for hurl testing including authentication, test file naming, and test structure.
4+
user-invocable: true
5+
allowed-tools:
6+
- read_file
7+
- write_file
8+
- grep
9+
- bash
410
---
511

612
# Dolibarr Hurl Test Skill

.agents/skills/skill-doli-test-interactive/SKILL.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
22
name: skill-doli-test-interactive
3-
description: >
4-
Create interactive PHP test case scripts for Dolibarr ERP/CRM that allow users to
5-
setup test data, view results via direct links, and tear down (clean up) the data.
6-
Use when asked to create test data for Dolibarr issues or when users need to verify
7-
bug fixes in the web interface.
3+
description:
4+
Create interactive PHP test case scripts for Dolibarr ERP/CRM that allow users to setup test data,
5+
view results via direct links, and tear down (clean up) the data.
6+
Use when asked to create test data for Dolibarr issues or when users need to verify bug fixes in the web interface.
87
triggers:
98
- create test case
109
- test data

.agents/skills/skill-doli-test-phpunit/SKILL.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
2-
name: skill-doli-t-phpunit
3-
description: >
4-
Creates or modify PHP unit tests for Dolibarr ERP/CRM functions and methods. Use when the user asks to add, write, create, or complete a PHPUnit test for Dolibarr, or mentions testing a specific function, method, or class in the Dolibarr codebase.
2+
name: skill-doli-test-phpunit
3+
description:
4+
Creates or modify PHP unit tests for Dolibarr ERP/CRM functions and methods. Use when the user asks to add, write, create, or complete a PHPUnit test for Dolibarr,
5+
or mentions testing a specific function, method, or class in the Dolibarr codebase.
56
license: MIT
67
user-invocable: true
78
allowed-tools:

0 commit comments

Comments
 (0)