General
PromptBeginner5 minmarkdown
Untitled Skill
193
exclude:
Loading actions...
Main instructions and any bundled files for this skill.
exclude: paths: # Machine-generated instance-AI expectation traces. Contain ephemeral # credential reference IDs (nanoids) that re-trip the secrets scanner # on every regeneration. No secret material. - packages/testing/playwright/expectations
# Test code repo-wide. Fixtures routinely contain synthetic PEM blocks,
# basic-auth strings, and deliberately fake keys (including the secret
# scrubber's own tests). Verified 0/20 true-positive rate to date.
- .test.ts
- __tests__/
- /test/
# Test fixtures by convention.
- .fixture.ts
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend li...
risks