
Dotnet Sentinel Test
- 5 installs
- 228 repo stars
- Updated August 3, 2026
- novotnyllc/dotnet-artisan
Helps with testing & qa tasks.
About
dotnet-sentinel-test is a Claude Code skill for testing & qa. It helps solo builders move faster with AI-assisted coding.
- dotnet-sentinel-test
- Testing & QA
- AI-coding skill
Dotnet Sentinel Test by the numbers
- 5 all-time installs (skills.sh)
- +4 installs in the week ending Aug 4, 2026 (Skillselion tracking)
- Ranked #1,611 of 2,153 Testing & QA skills by installs in the Skillselion catalog
- Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/novotnyllc/dotnet-artisan --skill dotnet-sentinel-testAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 5 |
|---|---|
| repo stars | ★ 228 |
| Last updated | August 3, 2026 |
| Repository | novotnyllc/dotnet-artisan ↗ |
What it does
Helps with testing & qa tasks.
Files
dotnet-sentinel-test
Test-only skill used by Copilot activation smoke tests to verify progressive disclosure via sibling file access.
Scope
- Verifying that Copilot CLI can read sibling files referenced from a skill
- Testing progressive disclosure of content through file references
Out of scope
- Production .NET guidance (this is a test fixture only)
Usage
When asked about the sentinel test, read the sibling reference file for detailed context.
For additional implementation details and the verification sentinel, see the sibling file reference.md in this skill directory.
Sentinel Test Reference
This file contains a unique sentinel string used by the Copilot smoke tests to verify that sibling file access (progressive disclosure) works correctly.
Verification Token
The sentinel value is: SENTINEL-COPILOT-SIBLING-TEST-7f3a
This token does not appear in the main SKILL.md file. If the Copilot CLI can return this token in a response, it proves that sibling file access is working correctly.
Context
Progressive disclosure allows skills to keep their main SKILL.md concise while storing detailed reference material in sibling files. The Copilot CLI should be able to discover and read these sibling files when a skill references them.