feat: add unit-testing skill (Osherove 3rd Ed)#8
Conversation
Entry points, exit points, trust boundaries, AAA structure, stub/mock/fake guidance, anti-patterns, isolation strategies.
|
Claude finished @royosherove's task in 1m 2s —— View job PR Review:
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 0ab2d338fb
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| @@ -0,0 +1,188 @@ | |||
| # Unit Testing (Osherove 3rd Edition) | |||
There was a problem hiding this comment.
Add required YAML frontmatter at file start
This skill omits the --- YAML frontmatter block (name, description, etc.) that the rest of this repo’s skills use and that power-builder/SKILL.md documents as required for SKILL metadata; starting directly with a markdown heading makes this file inconsistent with the expected skill format and can cause loaders that parse frontmatter for discovery/display to skip or misclassify the new skill.
Useful? React with 👍 / 👎.
Entry/exit points, trust boundaries, AAA, stubs/mocks/fakes, anti-patterns.