Skip to content

Commit caee444

Browse files
Merge pull request #14 from contentstack/fix/remove-references-in-skills
Remove References sections from skills
2 parents d3414f7 + 7997c06 commit caee444

5 files changed

Lines changed: 0 additions & 28 deletions

File tree

skills/code-review/SKILL.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,3 @@ description: Use when reviewing or preparing a PR — tests, style, SemVer, docs
2626
- **Blocker:** Breaks tests, CI, or documented security/policy requirements.
2727
- **Major:** Missing tests for non-trivial logic, public API breakage without version strategy, or policy violations (e.g. wrong base branch).
2828
- **Minor:** Style nits, naming, or internal refactors with no contract change.
29-
30-
## References
31-
32-
- [`CONTRIBUTING.md`](../../CONTRIBUTING.md)
33-
- [`PULL_REQUEST_TEMPLATE.md`](../../PULL_REQUEST_TEMPLATE.md)
34-
- [`dev-workflow/SKILL.md`](../dev-workflow/SKILL.md)

skills/contentstack-utils/SKILL.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,3 @@ description: Use when changing Utils, GQL, BaseParser, models, enums, or embed/r
3434

3535
- This package does not ship HTTP calls; consumers fetch data with the Contentstack PHP SDK or other clients and pass strings/objects into `Utils` / `GQL`.
3636
- Prefer backward-compatible changes to public method signatures; follow SemVer.
37-
38-
## References
39-
40-
- [`testing/SKILL.md`](../testing/SKILL.md)
41-
- [`php-style/SKILL.md`](../php-style/SKILL.md)
42-
- [Product README — usage](../../README.md)

skills/dev-workflow/SKILL.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,3 @@ description: Use when running Composer, CI, or PRs to master/next — installs,
3636
### Releases / versioning
3737

3838
- Project follows SemVer per [`CONTRIBUTING.md`](../../CONTRIBUTING.md); public API changes belong in changelog/release notes as the maintainers require.
39-
40-
## References
41-
42-
- [`AGENTS.md`](../../AGENTS.md)
43-
- [`testing/SKILL.md`](../testing/SKILL.md)
44-
- [`php-style/SKILL.md`](../php-style/SKILL.md)

skills/php-style/SKILL.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,3 @@ description: Use when applying PSR-2, running PHPCS, or matching src/tests layou
3030
### Strict typing
3131

3232
- New PHP files in `src/` should use `declare(strict_types=1);` consistently with existing classes.
33-
34-
## References
35-
36-
- [`dev-workflow/SKILL.md`](../dev-workflow/SKILL.md)
37-
- [PSR-2 coding style guide](https://www.php-fig.org/psr/psr-2/)

skills/testing/SKILL.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,3 @@ description: Use when writing PHPUnit tests, mocks under tests/Mock, or coverage
3333
### Credentials
3434

3535
- Tests use mocks and fixtures; do not add real API keys or stack secrets to the repo.
36-
37-
## References
38-
39-
- [`dev-workflow/SKILL.md`](../dev-workflow/SKILL.md)
40-
- [`contentstack-utils/SKILL.md`](../contentstack-utils/SKILL.md)

0 commit comments

Comments
 (0)