Skip to content

Commit 9771c8c

Browse files
committed
Removed the references
1 parent 2366f91 commit 9771c8c

5 files changed

Lines changed: 0 additions & 21 deletions

File tree

skills/code-review/SKILL.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,3 @@ description: Use for PR expectations, review checklist, docs/changelog, and secu
2929
### Severity labels (optional)
3030

3131
Teams may use **Blocker** (must fix before merge), **Major** (should fix or track), **Minor** (nit / follow-up)—keep comments actionable.
32-
33-
## References
34-
35-
- [`skills/dev-workflow/SKILL.md`](../dev-workflow/SKILL.md) — CI and branch rules.
36-
- [`skills/testing/SKILL.md`](../testing/SKILL.md) — how to add tests.
37-
- [`skills/contentstack-utils/SKILL.md`](../contentstack-utils/SKILL.md) — API surface and boundaries.

skills/contentstack-utils/SKILL.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,5 @@ flowchart TD
121121

122122
## References
123123

124-
- [`skills/csharp-style/SKILL.md`](../csharp-style/SKILL.md) — layout and naming in this repo.
125-
- [`skills/testing/SKILL.md`](../testing/SKILL.md) — how to test API changes.
126124
- [Product README](../../README.md) — install and usage examples.
127125
- [Contentstack .NET Utils on NuGet](https://www.nuget.org/packages/contentstack.utils) — package listing (verify version).

skills/csharp-style/SKILL.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,3 @@ Under [`Contentstack.Utils/`](../../Contentstack.Utils/), place new code accordi
3838

3939
- **Library** ([`Contentstack.Utils.csproj`](../../Contentstack.Utils/Contentstack.Utils.csproj)): **netstandard2.0**, **net47**, **net472**. Public APIs must be implementable on all targets; avoid APIs that only compile on .NET 5+ unless you intentionally raise baselines with a major version policy.
4040
- **Tests** ([`Contentstack.Utils.Tests.csproj`](../../Contentstack.Utils.Tests/Contentstack.Utils.Tests.csproj)): **net7.0** only—fine for test-only APIs; do not assume test-only APIs exist in the library.
41-
42-
## References
43-
44-
- [`skills/contentstack-utils/SKILL.md`](../contentstack-utils/SKILL.md) — what belongs in the public API.
45-
- [`skills/testing/SKILL.md`](../testing/SKILL.md) — test project structure.

skills/dev-workflow/SKILL.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,4 @@ description: Use for branches, build/pack, test scripts, CI workflows, versionin
5858

5959
## References
6060

61-
- [`skills/testing/SKILL.md`](../testing/SKILL.md) — test project and coverage.
62-
- [`skills/contentstack-utils/SKILL.md`](../contentstack-utils/SKILL.md) — library API and boundaries.
63-
- [`skills/code-review/SKILL.md`](../code-review/SKILL.md) — PR checklist.
6461
- [GitHub Actions documentation](https://docs.github.com/actions) — workflow syntax and secrets.

skills/testing/SKILL.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,3 @@ Use these as a map of coverage areas when adding related behavior:
5757
### CI alignment
5858

5959
- GitHub Actions runs [`Scripts/run-unit-test-case.sh`](../../Scripts/run-unit-test-case.sh) on **Windows**. When reproducing CI failures, use that script (or the same `dotnet test` arguments) from repo root.
60-
61-
## References
62-
63-
- [`skills/dev-workflow/SKILL.md`](../dev-workflow/SKILL.md) — scripts and workflows.
64-
- [`skills/contentstack-utils/SKILL.md`](../contentstack-utils/SKILL.md) — APIs under test.

0 commit comments

Comments
 (0)