Stealth Exploit avatar

Stealth Exploit

Community

@abetoluwani · Cyprus

14Followers
|
41Public Repos
|
5Published Skills

Software Engineer | Product ​> Engineering ​> Revenue

Skills Distribution
DomainDeveloper To...Issue Triage & Pri.. (30%)Bug Reproduction &.. (30%)Pull Request Verif.. (25%)Code Review Manage.. (15%)

Agent Skills by Stealth Exploit

Showing 5 vetted skills indexed across 1 GitHub repositories.

Frequently Asked Questions About Stealth Exploit

FAQPage Schema
What tasks can I perform with Stealth Exploit's skills?▼

You can triage and rank open issues and PRs in the linkedin-mcp-server repo, reproduce a specific issue locally against a real authenticated LinkedIn session, verify whether a candidate PR actually fixes a reproduced issue, and process PR review comments by validating and fixing them.

Who are these skills designed for?▼

They target core maintainers and contributors of the stickerdaniel/linkedin-mcp-server repository who need to prioritize backlogs, investigate reported bugs, validate incoming pull requests, and respond to review feedback with verified code changes.

How does the issue reproduction and PR verification flow work?▼

First run 2-repro-issue with an issue number or URL to capture the failure baseline at /tmp/repro-issue-<linked>-main.json. Then run 3-verify-pr-fix with a PR number to check out the branch, restart the MCP server, re-run the same tool call, and diff outputs.

What prerequisites do these skills require?▼

A local clone of stickerdaniel/linkedin-mcp-server, an authenticated LinkedIn session stored at ~/.linkedin-mcp/profile/, and the MCP streamable-http server runnable locally. PR verification additionally assumes a reproduction baseline was captured beforehand via 2-repro-issue.

Do these skills modify upstream code or apply fixes automatically?▼

No. The triage and reproduction skills only rank items and capture failure modes without checking out PRs or attempting fixes. The triage-reviews skill does commit and push fixes, but only for review comments verified against real code and documentation.