Skip to content

fix: move UI/UX audit report template out of commands/ to docs/#14

Open
xiaolai wants to merge 1 commit into
Ibrahim-3d:masterfrom
xiaolai:fix/nlpm-ui-audit-report-template
Open

fix: move UI/UX audit report template out of commands/ to docs/#14
xiaolai wants to merge 1 commit into
Ibrahim-3d:masterfrom
xiaolai:fix/nlpm-ui-audit-report-template

Conversation

@xiaolai

@xiaolai xiaolai commented Apr 30, 2026

Copy link
Copy Markdown

Automated: drive-by fix from NLPM, an NL artifact linter. Reviewed and reproduced before submission.

Bug: commands/ui-audit/UI-UX-AUDIT-REPORT.md is a report template with no YAML frontmatter; placed in commands/ it cannot be invoked as a command and is misidentified as a malformed NL artifact by any tool that scans the commands/ directory for invocable commands.

Evidence: head -1 commands/ui-audit/UI-UX-AUDIT-REPORT.md# UI/UX Audit Report Template (no preceding --- block); file is not referenced by any command body; commands/ui-audit.md is the actual invocable command.

Fix: Moved the file to docs/ui-audit-report-template.md, which already holds the project's other documentation files (workflow.md, authority-matrix.md, etc.).

commands/ui-audit/UI-UX-AUDIT-REPORT.md had no YAML frontmatter and
cannot be invoked as a command; placed in commands/ it confuses artifact
discovery tools that scan the directory. The file is a report template,
not a command — moved to docs/ui-audit-report-template.md where it fits
with the other documentation.

Co-Authored-By: Claude Code <noreply@anthropic.com>

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the UI audit report template documentation. I have no feedback to provide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant