Conversation
📝 WalkthroughWalkthroughUpdated skill catalog documentation by adding new entries for "chords-fetcher" and "skill-graphify" while incrementing category counts for "Coding Agents & IDEs" and "Media & Streaming" sections to reflect the additions. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested labels
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment Warning |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@categories/coding-agents-and-ides.md`:
- Line 887: Update the category total in categories/coding-agents-and-ides.md:
find the header line that currently reads "**1200 skills**" and increment it to
"**1201 skills**" to reflect the newly added entry "skill-graphify" (referenced
in the diff line with the link text "skill-graphify"). Ensure only the numeric
count in the header is changed.
In `@README.md`:
- Line 184: The README shows inconsistent counts for the "Media & Streaming"
section: update the footer occurrence of "View all 83 skills" to match the table
entry "Media & Streaming (86)" (or vice versa if the table is wrong) so both
references use the same number; locate the "Media & Streaming (86)" table cell
and the footer text "View all 83 skills" and adjust the numeric value to be
identical throughout the file.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 16be2063-a4b7-4308-b335-16d079de330c
📒 Files selected for processing (2)
README.mdcategories/coding-agents-and-ides.md
| - [skill-factory](https://clawskills.sh/skills/jeremysommerfeld8910-cpu-skill-factory) - Create, evaluate, improve, benchmark, and publish OpenClaw skills. | ||
| - [skill-factory-pipeline](https://clawskills.sh/skills/martinforsulu-skill-factory-pipeline) - Multi-Agent Pipeline Orchestrator that builds new skills from scratch. | ||
| - [skill-father](https://clawskills.sh/skills/moodykong-skill-father) - Authoritative skill-creation standards (Boss) | ||
| - [skill-graphify](https://clawskills.sh/skills/flobo3-skill-graphify) - Turn any folder into a queryable knowledge graph via graphify. |
There was a problem hiding this comment.
Update the category total in this file to match the new entry.
After adding skill-graphify, the header count in this file is now stale (**1200 skills** at Line 5). Please bump it to 1201 so category totals stay consistent across docs.
Suggested patch
-**1200 skills**
+**1201 skills**🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@categories/coding-agents-and-ides.md` at line 887, Update the category total
in categories/coding-agents-and-ides.md: find the header line that currently
reads "**1200 skills**" and increment it to "**1201 skills**" to reflect the
newly added entry "skill-graphify" (referenced in the diff line with the link
text "skill-graphify"). Ensure only the numeric count in the header is changed.
| | [Web & Frontend Development](#web--frontend-development) (919) | [Data & Analytics](#data--analytics) (28) | [Shopping & E-commerce](#shopping--e-commerce) (51) | | ||
| | [DevOps & Cloud](#devops--cloud) (393) | [Calendar & Scheduling](#calendar--scheduling) (65) | | | ||
| | [Image & Video Generation](#image--video-generation) (170) | [Media & Streaming](#media--streaming) (85) | [PDF & Documents](#pdf--documents) (105) | | ||
| | [Image & Video Generation](#image--video-generation) (170) | [Media & Streaming](#media--streaming) (86) | [PDF & Documents](#pdf--documents) (105) | |
There was a problem hiding this comment.
Media & Streaming counts are inconsistent within README.
Line 184 was updated to 86, but the section footer still says View all 83 skills (Line 685). Please sync these values.
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@README.md` at line 184, The README shows inconsistent counts for the "Media &
Streaming" section: update the footer occurrence of "View all 83 skills" to
match the table entry "Media & Streaming (86)" (or vice versa if the table is
wrong) so both references use the same number; locate the "Media & Streaming
(86)" table cell and the footer text "View all 83 skills" and adjust the numeric
value to be identical throughout the file.
Add skill: flobo3/skill-graphify
Cross-platform graphify skill wrapper for AI agents. Turns any folder of code, docs, papers, or images into a queryable knowledge graph using graphify. Handles installation, graph building, querying, and report reading — no bash-isms, works on Windows CMD, Linux, macOS.
Added to Coding Agents & IDEs category (alphabetical order).
Summary by CodeRabbit