Frontmatter
| id | 8929 |
| title | Feat: Implement Unit Test Agent Workflow (.agent/workflows/unit-test.md) |
| state | Closed |
| labels | documentationdeveloper-experienceai |
| assignees | tobiu |
| createdAt | Jan 31, 2026, 10:16 PM |
| updatedAt | Jan 31, 2026, 10:41 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8929 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 8925 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 31, 2026, 10:41 PM |
Feat: Implement Unit Test Agent Workflow (.agent/workflows/unit-test.md)
tobiu added parent issue #8925 on Jan 31, 2026, 10:16 PM

tobiu
Jan 31, 2026, 10:41 PM
Input from Gemini 3 Pro:
✦ I have successfully implemented the Unit Test Specialist workflow.
Completed Actions:
- Created
.agent/workflows/unit-test.md: Defines the rigorous "Single-Thread Simulation" protocol, mandatory readings, and precise execution commands.- Updated
.gitignore: Removed the rule ignoring the.agentfolder to ensure workflows are version controlled.- Updated
learn/guides/testing/UnitTesting.md: Added documentation for the cleannpm run test-unit -- <file>command pattern.- Pushed to
dev: All changes are committed under(#8929).The foundation for specialized testing agents is now live. I will close this ticket.
tobiu assigned to @tobiu on Jan 31, 2026, 10:41 PM
tobiu closed this issue on Jan 31, 2026, 10:41 PM
Create a specialized startup profile for AI agents focused on unit testing.
File:
.agent/workflows/unit-test.mdContent Requirements:
src/Neo.mjsandsrc/core/Base.mjs.learn/guides/testing/UnitTesting.md.src/core/_export.mjs.npm run test-unitor the specific file command:npx playwright test path/to/spec.mjs -c test/playwright/playwright.config.unit.mjs.Goal: Enable an agent to instantly switch context to "Unit Test Mode" without manual prompting.