Skip to content

Fix Contributing link, add CONTRIBUTING.md, and polish README#2

Open
falkoro wants to merge 1 commit into
thesysdev:mainfrom
falkoro:fix/contributing-and-readme-polish
Open

Fix Contributing link, add CONTRIBUTING.md, and polish README#2
falkoro wants to merge 1 commit into
thesysdev:mainfrom
falkoro:fix/contributing-and-readme-polish

Conversation

@falkoro

@falkoro falkoro commented Jun 8, 2026

Copy link
Copy Markdown

Summary

  • Fix broken Contributing section — the README had nested markdown that rendered a broken link to thesysdev/openui instead of this repo, and there was no CONTRIBUTING.md to link to.
  • Add CONTRIBUTING.md — lightweight guidelines appropriate for a two-skill repo.
  • Improve benchmark copy — replace the awkward "internal data, do not redistribute" heading with a clearer OIRA-v3 transparency note while keeping the joke intact.
  • Add skill frontmattername + description on both skills so Cursor/Codex/Claude/Grok can discover them reliably.
  • Expand install instructions — document common skills directories instead of only ~/.cursor/skills/.
  • Small README polish — license badge links to LICENSE; minor heading/formatting cleanup.

Test plan

  • Verified CONTRIBUTING.md link resolves locally
  • Confirmed skill frontmatter is valid YAML
  • Reviewed README diff for tone consistency with the repo voice

- Add CONTRIBUTING.md with lightweight contribution guidelines
- Fix malformed Contributing link that pointed at openui
- Replace "internal data, do not redistribute" with clearer benchmark note
- Add skill frontmatter for agent discovery
- Expand install paths for Cursor, Codex, Claude, and Grok
- Link license badge to LICENSE
@falkoro falkoro marked this pull request as ready for review June 8, 2026 07:58
Copilot AI review requested due to automatic review settings June 8, 2026 07:58

Copilot AI 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.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Documentation-focused update that formalizes skill metadata and improves repository onboarding for users installing the make-no-mistakes skills across multiple agent hosts.

Changes:

  • Added YAML frontmatter (name/description) to both skill SKILL.md files.
  • Refined README.md formatting, fixed/updated links, and expanded installation instructions to include multiple agent-host skill directories.
  • Added a new CONTRIBUTING.md with contribution guidelines and a checklist.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
make-no-mistakes/SKILL.md Adds frontmatter metadata to help skill discovery/registration.
make-no-mistakes-max/SKILL.md Adds frontmatter metadata describing the max variant’s intent/usage.
README.md Cleans up formatting, fixes links, and expands installation steps for more hosts.
CONTRIBUTING.md Introduces contribution guidelines and PR checklist for the repo.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
Comment on lines +31 to +39
mkdir -p ~/.cursor/skills ~/.codex/skills ~/.claude/skills ~/.grok/skills
cp -r make-no-mistakes/make-no-mistakes ~/.cursor/skills/
cp -r make-no-mistakes/make-no-mistakes-max ~/.cursor/skills/
cp -r make-no-mistakes/make-no-mistakes ~/.codex/skills/
cp -r make-no-mistakes/make-no-mistakes-max ~/.codex/skills/
cp -r make-no-mistakes/make-no-mistakes ~/.claude/skills/
cp -r make-no-mistakes/make-no-mistakes-max ~/.claude/skills/
cp -r make-no-mistakes/make-no-mistakes ~/.grok/skills/
cp -r make-no-mistakes/make-no-mistakes-max ~/.grok/skills/
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.

2 participants