wordcount-stylelisted
Install: claude install-skill techtalk/ai-readiness-assessment
# wordcount-style
Project-local skill. Reviews a diff against CLAUDE.md / HARNESS.md.
## Checks
- `os.path` use → flag with pathlib equivalent.
- Bare `except:` → flag.
- Public function without return-type annotation → flag.
- `print(...)` in library code → flag.
- `Union[X, Y]` / `Optional[X]` → flag with `X | Y` / `X | None`.
## Output
Per finding: path, line, snippet, suggested replacement, the
convention cited.