Skip to content

Add XVARY Stock Research (Claude Code skill)#1147

Open
SenSei2121 wants to merge 2 commits intogithub:mainfrom
SenSei2121:add-xvary-stock-research
Open

Add XVARY Stock Research (Claude Code skill)#1147
SenSei2121 wants to merge 2 commits intogithub:mainfrom
SenSei2121:add-xvary-stock-research

Conversation

@SenSei2121
Copy link
Copy Markdown

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.

Copilot AI review requested due to automatic review settings March 24, 2026 00:58
@SenSei2121 SenSei2121 requested a review from aaronpowell as a code owner March 24, 2026 00:58
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds a short README entry pointing to the external “XVARY Stock Research” workflow/skill repository.

Changes:

  • Inserted a new “XVARY Stock Research” section in the root README with a link and brief description.

Comment on lines +48 to +51
## 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.

Copy link

Copilot AI Mar 24, 2026

Choose a reason for hiding this comment

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

This PR claims to “add” a skill, but the change only adds an external link in the root README. As a result it won’t be indexed with the repo’s skills (under skills/ and docs/README.skills.md) and it could mislead readers placed directly after “Install a Plugin” even though it’s not installable via the Awesome Copilot marketplace. Consider contributing it as an in-repo skill (so it’s discoverable/build-generated like others), or clearly label it as an external resource and place it under a more appropriate section (e.g., Tools) with usage guidance.

Copilot uses AI. Check for mistakes.

- [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.


Copy link

Copilot AI Mar 24, 2026

Choose a reason for hiding this comment

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

There are two consecutive blank lines before the “Contributing” header, which adds unnecessary vertical whitespace. Please reduce this to a single blank line to match the surrounding README formatting.

Suggested change

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Contributor

@aaronpowell aaronpowell left a comment

Choose a reason for hiding this comment

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

It looks like you've incorrectly branched from the main branch not staged, and as a result all the materialised plugins are included in this PR.

You can attempt to fix this with a rebase:

git fetch origin staged
git rebase --onto origin/staged origin/main <branch name>
git push --force-with-lease

If that does not resolve it, you can run npm run plugin:clean which will delete the materialised plugins and you can commit that change.

@github-actions github-actions bot force-pushed the main branch 19 times, most recently from 89a7c29 to 4459336 Compare March 27, 2026 04:51
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.

3 participants