write-tests作者: sentry

Tests are not production code. They are documentation — each one is a tiny executable spec that says "this system does X." A reader should grasp the intent in seconds. A failure should point to exactly one broken behavior, not leave you going through a 40-line test body.

npx skills add https://github.com/getsentry/sentry-javascript --skill write-tests

来自 sentry 的更多技能