Add XVARY Stock Research (Claude Code skill)#210
Add XVARY Stock Research (Claude Code skill)#210SenSei2121 wants to merge 1 commit intoPatrickJS:mainfrom
Conversation
📝 WalkthroughWalkthroughA new "XVARY Stock Research" section was added to the README with a link to an external GitHub project and a brief description of its functionality and license information. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@README.md`:
- Around line 312-315: Move the "XVARY Stock Research" entry out of the
top-level and into the appropriate existing section (e.g., the "## Utilities" or
"## Directories" subsection) and insert it in alphabetical order among that
section's items; convert the absolute URL to a relative repository link (use ./
or appropriate relative path), update the Table of Contents to reflect the moved
section if needed, and ensure the entry formatting matches other items in the
README (same bullet style and link format).
| ## XVARY Stock Research | ||
|
|
||
| - [XVARY Stock Research](https://github.com/xvary-research/claude-code-stock-analysis-skill) — Claude Code skill for public SEC EDGAR + market data: `/analyze`, `/score`, `/compare`. MIT. | ||
|
|
There was a problem hiding this comment.
Move this entry into an existing section and align with README conventions.
This new top-level section breaks the prescribed README order, leaves the table of contents outdated, and introduces an absolute link where the guideline requires relative links. Please place this item under the appropriate existing section (likely ## Utilities or ## Directories), keep alphabetical order there, and update TOC accordingly.
As per coding guidelines, “Maintain the following structure in the README.md file: 1. Title and Awesome badge 2. Logo 3. Short description 4. "Why .cursorrules?" section 5. Table of Contents 6. Rules section (with subcategories) 7. How to Use section 8. Contributing section 9. License section”, “Ensure all links in the README.md file are relative and correct”, and “When updating the README.md, ensure the table of contents remains accurate.”
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@README.md` around lines 312 - 315, Move the "XVARY Stock Research" entry out
of the top-level and into the appropriate existing section (e.g., the "##
Utilities" or "## Directories" subsection) and insert it in alphabetical order
among that section's items; convert the absolute URL to a relative repository
link (use ./ or appropriate relative path), update the Table of Contents to
reflect the moved section if needed, and ensure the entry formatting matches
other items in the README (same bullet style and link format).
Adds xvary-research/claude-code-stock-analysis-skill — MIT, public SEC EDGAR + market data workflow (
/analyze,/score,/compare) for Claude Code / compatible agents.Inserted as a short README section before Contributing/License where possible.
Summary by CodeRabbit