Skip to content

feat: add jakubkrehel/make-interfaces-feel-better to SKILLS.txt - #210

Open
shunkakinoki wants to merge 1 commit into
mainfrom
cursor/add-make-interfaces-feel-better-c552
Open

shunkakinoki wants to merge 1 commit into
mainfrom
cursor/add-make-interfaces-feel-better-c552

Conversation

@shunkakinoki

@shunkakinoki shunkakinoki commented Sep 3, 2026

Copy link
Copy Markdown
Owner

Add jakubkrehel/make-interfaces-feel-better as install-all (omit skills list) so make sync / skills-install pulls every skill in that repo (currently make-interfaces-feel-better).

Requested after https://x.com/jakubkrehel/status/2095538355165344214 which links https://github.com/jakubkrehel/make-interfaces-feel-better.

Inserted alphabetically after Jakubantalik/transitions.dev and before juxt/allium.

Open in Web Open in Cursor 

Summary by cubic

Adds jakubkrehel/make-interfaces-feel-better to SKILLS.txt so make sync pulls all skills from that repo, currently make-interfaces-feel-better.

Written for commit 1d7bfc2. Summary will update on new commits.

Review in cubic

Install-all (omit skills list) so make sync pulls every skill in the
repo, currently make-interfaces-feel-better.

Co-authored-by: Shun Kakinoki <shunkakinoki@users.noreply.github.com>
@coderabbitai

coderabbitai Bot commented Sep 3, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Team

Run ID: aa480188-5f2c-491a-8ee2-cd58d6ce306e

📥 Commits

Reviewing files that changed from the base of the PR and between 377c38d and 1d7bfc2.

📒 Files selected for processing (1)
  • SKILLS.txt

Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review.


📝 Summary

Summary by CodeRabbit

  • New Features
    • Added the jakubkrehel/make-interfaces-feel-better skill to the available skill configuration.

Walkthrough

The skill configuration adds the jakubkrehel/make-interfaces-feel-better repository and installs its make-interfaces-feel-better skill.

Changes

Skill configuration

Layer / File(s) Summary
Add skill repository
SKILLS.txt
The configuration adds the repository and installs its make-interfaces-feel-better skill.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to 1d7bf

The skill repository entry is configured for install-all behavior and is correctly placed in the list, with no remaining merge-readiness risk identified.

Poem

A rabbit found a skill to share
It tucked the repo neatly there
One skill now joins the set
With three new lines in place
The config hops ahead
Ears up, changes read

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description check ✅ Passed The description clearly explains that the pull request adds the repository to SKILLS.txt as an install-all entry.
Title check ✅ Passed The title clearly and concisely identifies the repository addition to SKILLS.txt.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Full details: Docstring Coverage

Explanation

No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (1 skipped: 1 unsupported.)

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch cursor/add-make-interfaces-feel-better-c552

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@shunkakinoki
shunkakinoki marked this pull request as ready for review September 3, 2026 19:00

@cubic-dev-ai cubic-dev-ai 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.

1 issue found across 1 file

Prompt for AI agents (unresolved issues)

Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.


<file name="SKILLS.txt">

<violation number="1" location="SKILLS.txt:101">
P2: This change adds an install-all repo to SKILLS.txt but does not update skills-lock.json, so `make sync` / `make skills-install` will not actually pull the new skill. Per the Makefile, `skills-install` installs from `skills-lock.json` (the lock iterates `.skills` entries; it never reads SKILLS.txt directly), and `skills-lock.json` currently has no entry for `jakubkrehel/make-interfaces-feel-better` (confirmed by grep: only `juxt/allium`, `vercel-labs/before-and-after`, `dmmulroy/anti-slop`, `kunchenguid/no-mistakes` etc. are present). The README workflow for adding a skill is: edit SKILLS.txt, run `make skills-install`, and commit both files. Because this is an install-all (no-selection) repo, it also needs the one-time bootstrap `bunx skills add jakubkrehel/make-interfaces-feel-better --global --yes --skill '*'`, then `make skills-lock` to regenerate and commit the lock. As committed, the stated goal ('make sync / skills-install pulls every skill in that repo') is not achieved.</violation>
</file>

Reply with feedback, questions, or to request a fix.

Re-trigger cubic

Comment thread SKILLS.txt
Jakubantalik/transitions.dev transitions-dev,transitions-polish

# jakubkrehel/make-interfaces-feel-better (1 total) - keep all
jakubkrehel/make-interfaces-feel-better

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2: This change adds an install-all repo to SKILLS.txt but does not update skills-lock.json, so make sync / make skills-install will not actually pull the new skill. Per the Makefile, skills-install installs from skills-lock.json (the lock iterates .skills entries; it never reads SKILLS.txt directly), and skills-lock.json currently has no entry for jakubkrehel/make-interfaces-feel-better (confirmed by grep: only juxt/allium, vercel-labs/before-and-after, dmmulroy/anti-slop, kunchenguid/no-mistakes etc. are present). The README workflow for adding a skill is: edit SKILLS.txt, run make skills-install, and commit both files. Because this is an install-all (no-selection) repo, it also needs the one-time bootstrap bunx skills add jakubkrehel/make-interfaces-feel-better --global --yes --skill '*', then make skills-lock to regenerate and commit the lock. As committed, the stated goal ('make sync / skills-install pulls every skill in that repo') is not achieved.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At SKILLS.txt, line 101:

<comment>This change adds an install-all repo to SKILLS.txt but does not update skills-lock.json, so `make sync` / `make skills-install` will not actually pull the new skill. Per the Makefile, `skills-install` installs from `skills-lock.json` (the lock iterates `.skills` entries; it never reads SKILLS.txt directly), and `skills-lock.json` currently has no entry for `jakubkrehel/make-interfaces-feel-better` (confirmed by grep: only `juxt/allium`, `vercel-labs/before-and-after`, `dmmulroy/anti-slop`, `kunchenguid/no-mistakes` etc. are present). The README workflow for adding a skill is: edit SKILLS.txt, run `make skills-install`, and commit both files. Because this is an install-all (no-selection) repo, it also needs the one-time bootstrap `bunx skills add jakubkrehel/make-interfaces-feel-better --global --yes --skill '*'`, then `make skills-lock` to regenerate and commit the lock. As committed, the stated goal ('make sync / skills-install pulls every skill in that repo') is not achieved.</comment>

<file context>
@@ -97,6 +97,9 @@ inference-sh/skills web-search,agent-browser,agent-ui
 Jakubantalik/transitions.dev transitions-dev,transitions-polish
 
+# jakubkrehel/make-interfaces-feel-better (1 total) - keep all
+jakubkrehel/make-interfaces-feel-better
+
 # juxt/allium (6 total) - keep all
</file context>

@cursor
cursor Bot enabled auto-merge (squash) September 3, 2026 19:07
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