Agent skill
framework-retarget-doc-sync
Keep active validation docs aligned with a framework retarget
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/framework-retarget-doc-sync
SKILL.md
Context
Use this when a project changes target frameworks or runtime prerequisites and reviewers rely on authored matrices, smoke guides, or release notes in addition to executable tests.
Pattern
- Verify the actual project TFMs from the active
.csprojfiles and any runtimeconfig/publish artifacts. - Search active reviewer-facing docs for hardcoded framework/version/runtime literals.
- Update only the live validation artifacts that drive current build, smoke, installer, or approval work.
- Separate SDK requirements for local build/test from runtime requirements for installed app validation.
- Do not churn append-only histories or archival logs just to normalize old literals.
Why It Matters
Executable checks can be correct while human validation docs still point reviewers at the wrong framework. That creates false review failures and wastes correction cycles.
PanelNester Example
- Project targets:
net8.0/net8.0-windows - Active doc fixes:
tests\Phase0-1-Test-Matrix.md.squad\smoke-test-guide.md
- Runtime callout for MSI validation:
- x64
.NET 8 Desktop Runtime Microsoft Edge WebView2 Runtime
- x64
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?