docs(skills): add practical examples and verification patterns (batch 1)#374
Merged
martincjarvis merged 10 commits intomainfrom Jan 16, 2026
Merged
docs(skills): add practical examples and verification patterns (batch 1)#374martincjarvis merged 10 commits intomainfrom
martincjarvis merged 10 commits intomainfrom
Conversation
…net-efcore-practices - Add Coverlet configuration examples (.runsettings and .csproj patterns) - Add xUnit repository pattern examples with async test setup - Add verification commands (dotnet test with /p:CollectCoverage flag) - Add verification checklist for migrations exclusion and test patterns - Update cspell dictionary with 'opencover' term Refs: #321
Refs: #317 Add sample verification commands and evidence capture patterns: - Local verification commands (npm run lint:md, npm run spell) - Specific file validation examples - Evidence capture patterns for issue comments - Brownfield baseline verification commands - Clarification that doc-only verification is process-only (analytical)
Refs: #317 Add sample verification commands and evidence capture patterns: - Local verification commands (npm run lint:md, npm run spell) - Specific file validation examples - Evidence capture patterns for issue comments - Brownfield baseline verification commands - Clarification that doc-only verification is process-only (analytical)
…on section Add new 'API Boundary Mapping & Validation' section with: - Before example showing primitive obsession at API boundaries - After example showing domain primitives with explicit mapping - Validation checklist for controllers, service layer, mapping, and tests Demonstrates practical transformation from primitives to domain types at layer boundaries with clear responsibility separation. Refs: #320
…poke-code-minimisation Add two new sections to enhance the skill per issue #318: - PR review checklist: actionable items for reviewing bespoke code proposals - Worked example: concrete comparison of custom mapper vs AutoMapper vs Mapperly with decision framework and verification criteria Refs: #318
Add explicit contract test examples and minimal checklist for non-HTTP contracts to the contract-consistency-validation skill reference: - OpenAPI specification example with breaking change detection - JSON Schema validation example with AJV code - gRPC contract checklist with field numbering guidance - Message queue/event contract checklist - Database/storage contract checklist - Command-line tool reference for each contract type Also add 'avsc' (Avro schema format) to CSpell dictionary. Addresses acceptance criteria for issue #314. Refs: #314 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…l-follow-up-enhancements
…follow-up-enhancements
…cements - dotnet-healthchecks: Add endpoint verification and readiness/liveness guidelines (#322) - dotnet-logging-serilog: Add fail-fast startup test pattern (#323) - dotnet-source-generation-first: Add benchmark template and exceptions (#326) - cspell: Add 'Diagnoser' to dictionary Refs: #322, #323, #326
…g-skeleton - dotnet-mapping-standard: Add unit test template and DI gating checklist (#324) - finishing-a-development-branch: Add decision flowchart and MVP verification (#329) - persona-switching: Add validation commands and rollback procedure (#341) - walking-skeleton-delivery: Add skeleton acceptance test and pipeline example (#357) - cspell: Add 'clearsign' to dictionary Refs: #324, #329, #341, #357
mcj-coder
approved these changes
Jan 16, 2026
Owner
mcj-coder
left a comment
There was a problem hiding this comment.
Approved. 12 skill enhancements with practical examples, templates, and verification patterns. Good batch of improvements.
|
This was referenced Jan 16, 2026
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Skills Enhanced
Remaining Work
27 skill follow-up issues remain open for future enhancement.
Test plan
Closes #314, #317, #318, #320, #321, #322, #323, #324, #326, #329, #341, #357
Generated with Claude Code