Skip to content

nit: missing trailing newlines in aidd-functional-requirements and aidd-react SKILL.md files #205

Description

@ianwhitedeveloper

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions