{ "skill_name": "commit-message", "evals": [ { "id": 1, "prompt": "Commit the changes in src/auth.ts where I added JWT logic.", "expected_output": "Suggests a feat(auth) or similar Conventional Commit message, uses imperative mood (e.g., 'add JWT authentication logic')." }, { "id": 2, "prompt": "What's the commit message for fixing a typo in the README?", "expected_output": "Suggests 'docs: fix typo in README' or similar." }, { "id": 3, "prompt": "I refactored the database connection pool. What's a good commit message?", "expected_output": "Suggests 'refactor: refactor database connection pool' or similar, mentions it's a refactor type." } ] }