Add x-twitter-scraper plugin#1669
Conversation
|
🔴 Contributor Reputation Check: HIGH risk
Maintainers: please review this contributor before merging. |
There was a problem hiding this comment.
Pull request overview
Adds a new x-twitter-scraper plugin to the Awesome Copilot plugin catalog so users can install a bundled Xquik integration skill via Copilot CLI, and updates the repository indices accordingly.
Changes:
- Adds the
plugins/x-twitter-scraperplugin README plus.github/plugin/plugin.jsonmetadata pointing to the existingskills/x-twitter-scraperskill. - Updates
docs/README.plugins.mdto include the new plugin in the documented plugin list. - Regenerates
.github/plugin/marketplace.jsonto include the new plugin entry.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| plugins/x-twitter-scraper/README.md | Documents installation, included skill, and references for the new plugin. |
| plugins/x-twitter-scraper/.github/plugin/plugin.json | Declares plugin metadata and registers the x-twitter-scraper skill path. |
| docs/README.plugins.md | Adds the plugin to the repository’s plugin index table. |
| .github/plugin/marketplace.json | Adds the plugin to the generated marketplace index. |
|
🔴 Contributor Reputation Check: HIGH risk
Maintainers: please review this contributor before merging. |
|
🔴 Contributor Reputation Check: HIGH risk
Maintainers: please review this contributor before merging. |
|
This PR only adds plugin catalog metadata and documentation for the Happy to adjust the package shape or copy if maintainers prefer a different plugin-listing pattern. |
Summary
x-twitter-scraperplugin that bundles the accepted Xquik GitHub Copilot skill from Add X Twitter scraper skill #1655.Review Notes
stagedbranch: plugin directory contains only.github/plugin/plugin.jsonandREADME.md; the manifest references the top-levelskills/x-twitter-scraper/source.power-platform-architect,context-matic,security-best-practices, andcopilot-sdk.Validation
npm run buildnpm run plugin:validatenpm run skill:validategit diff --checkjq empty plugins/x-twitter-scraper/.github/plugin/plugin.json .github/plugin/marketplace.json3a4081dacc7a8d254a5faa7b244e937c27fae6e7: check-line-endings, check-materialized-files, codespell, contributor reputation check, label-pr, and validate-readme all passed; duplicate-check jobs were intentionally skipped.Note:
bash eng/fix-line-endings.shwas run, but on macOS it emitssedportability errors while exiting 0. The changed files were checked directly for CRLF instead.