dev-workflow
Installation
SKILL.md
Dev workflow – Contentstack DataSync Boilerplate
When to use
- Changing or documenting how the app is run or cleaned
- Touching CI or security scanning behavior
- Aligning with how PRs are validated in this repository
Instructions
- Scripts (from
package.json):npm startrunscleanthennode index.js;npm run continuerunsindex.jswithout cleaning;npm run cleanrunsclean.js. - CI (
.github/workflows/): SCA via Snyk on PRs; policy checks (e.g.SECURITY.md, license) for public repos; CodeQL on PRs; Jira integration for issues. No dedicated workflow runsnpm test(there is no test script). - Dependencies: Managed with npm;
overridesinpackage.jsonpinslodashfor supply-chain consistency—coordinate changes with security tooling expectations.