Implement isOdd following test-driven development
Scanned 9/3/2026
Install to Claude Code
npx -y skills add zernie/vigiles --skill isodd --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Isodd?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/zernie-isodd)More formats (shields.io, HTML) on the badges page.
---
name: implement-is-odd
description: Implement isOdd following test-driven development
---
# Implement isOdd (test-driven)
Implement `isOdd(n)` in `src/isodd.js` as a named ESM export. It returns whether
an integer is odd.
Follow test-driven development, in this order:
1. **First** write a failing test in `test/isodd.test.js`.
2. **Then** implement `src/isodd.js` to make the test pass.
Do not write the implementation before the test exists and fails.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!