Problem
Two skill files are missing a trailing newline at end of file, violating the POSIX text file standard and producing noisy \ No newline at end of file markers in git diffs:
ai/skills/aidd-functional-requirements/SKILL.md
ai/skills/aidd-react/SKILL.md
Surfaced as low/nit findings in the paralleldrive/mono PR #13 review and here.
Fix
Add a single trailing newline to the end of each file. Consider adding an .editorconfig rule or a linter check (e.g. biome or a pre-commit hook) to enforce trailing newlines across all skill files to prevent recurrence.
Problem
Two skill files are missing a trailing newline at end of file, violating the POSIX text file standard and producing noisy
\ No newline at end of filemarkers in git diffs:ai/skills/aidd-functional-requirements/SKILL.mdai/skills/aidd-react/SKILL.mdSurfaced as low/nit findings in the paralleldrive/mono PR #13 review and here.
Fix
Add a single trailing newline to the end of each file. Consider adding an
.editorconfigrule or a linter check (e.g.biomeor a pre-commit hook) to enforce trailing newlines across all skill files to prevent recurrence.