Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ Third-party plugins built by the community. [PRs welcome](#contributing)!
- [Yandex Direct](https://github.com/nebelov/yandex-direct-for-all) - GitHub-ready Codex plugin bundle for Yandex Direct, Wordstat, Metrika, and Roistat.
- [Zotero Research Tools](https://github.com/summer521521/Zotero_Research_plugin) - Connects Codex to Zotero Desktop for local-library search, citation export, collection and tag inspection, and research workflow support.

- [linkedin-growth](https://github.com/Linked-API/linkedin-skills/tree/main/linkedin-growth) - Import leads from LinkedIn or Sales Navigator searches, qualify them against an ideal-customer profile, schedule safe connection invites across accounts, track acceptances, and withdraw stale pending requests.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

high

Issues Identified:

  1. Invalid Repository URL (High Severity): The repository URL points to a subfolder (https://github.com/Linked-API/linkedin-skills/tree/main/linkedin-growth) instead of the repository root (https://github.com/Linked-API/linkedin-skills). According to the contribution guidelines, the link must point to the GitHub repository root. Additionally, the generator script scripts/generate_plugins_json.py will fail with a 404 error when attempting to download the repository archive because it appends /archive/HEAD.zip directly to the repository path.
  2. Incorrect Alphabetical Ordering (Medium Severity): The entry is added at the end of the ### Tools & Integrations section. It should be alphabetically sorted by its display name (linkedin-growth) and placed between Launch Fast (line 276) and LinkedIn Skills (line 277).

Action Required:

Please remove this line from its current position and insert the following line between lines 276 and 277:

- [linkedin-growth](https://github.com/Linked-API/linkedin-skills) - Import leads from LinkedIn or Sales Navigator searches, qualify them against an ideal-customer profile, schedule safe connection invites across accounts, track acceptances, and withdraw stale pending requests.

## Plugin Development

### Getting Started
Expand Down
Loading