| name | nscript-review |
| description | Internal helper. Load only when explicitly named by another skill or agent.
|
| user-invocable | true |
| disable-model-invocation | false |
| allowed-tools | ["Read"] |
NScript Review — Domain Reference Loader
This skill provides on-demand loading of NScript domain rules for the nscript-review
agent. Each reference file covers a specific domain area with correct patterns,
anti-patterns, severity levels, and what NOT to flag.
Load References On Demand
Load ALL reference files to have complete domain knowledge for review:
reference/autofire-properties.md
reference/async-promise-patterns.md
reference/ioc-di-patterns.md
reference/csharp-restrictions.md
reference/mvvm-observable.md
reference/interop-attributes.md
reference/template-binding-syntax.md
reference/less-css-conventions.md
How to Use
- Load all references at the start of review
- For each changed file, apply the relevant domain rules
- Flag violations at the severity levels defined in each reference
- Respect the "What NOT to flag" sections — these prevent false positives
- Use the type mapping table in
csharp-restrictions.md as your primary lookup for type translations