You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(agents): fix inconsistencies found in Copilot PR review (#1697)
- Fix malformed YAML frontmatter in write-unit-test SKILL.md (file path
prepended to opening delimiter; fix metadata field indentation)
- Remove stale cSpell.json reference from run-linters/references/linters.md
- Remove located-error and clock from Utilities/Test-support layer in
packages/AGENTS.md (already listed in Domain/Shared)
- Update AGENTS.md: remove #1697 placeholders for .github/skills/ and
.github/agents/ entries; remove cSpell.json from config table; fix
nightly toolchain comment; update Auto-Invoke Skills section; fix
Quick Navigation table last two rows to proper links
description: Guide for writing unit tests following project conventions including behavior-driven naming (it*should*\*), AAA pattern, MockClock for deterministic time testing, and parameterized tests with rstest. Use when adding tests for domain entities, value objects, utilities, or tracker logic. Triggers on "write unit test", "add test", "test coverage", "unit testing", or "add unit tests".
0 commit comments