Kai Stenberg avatar

Kai Stenberg

Community

@kaistenberg · Siggerud, Norway

1Followers
|
9Public Repos
|
5Published Skills

Microsoft MVP M365 Apps & Services | Teams

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

Agent Skills by Kai Stenberg

Showing 5 vetted skills indexed across 1 GitHub repositories.

Frequently Asked Questions About Kai Stenberg

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

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

Who are these skills designed for?▼

They target core maintainers and contributors of the stickerdaniel/linkedin-mcp-server repository who need to prioritize backlogs, validate community pull requests, and resolve review feedback. They assume familiarity with GitHub issue/PR workflows and the repo's scraping rules in CLAUDE.md.

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: it checks out the branch, restarts the MCP server, re-runs the same tool call, and diffs outputs against that baseline.

What prerequisites and dependencies do these skills require?▼

A locally cloned stickerdaniel/linkedin-mcp-server repository, an authenticated LinkedIn session stored at ~/.linkedin-mcp/profile/, and the MCP streamable-http server runnable locally. PR verification additionally requires that 2-repro-issue has already captured the on-main baseline for the linked issue.

Do these skills apply fixes automatically during triage?▼

No. The 1-triage-issues skill only outputs a ranked list with rationale, and 2-repro-issue only captures the failure mode without checking out PRs or attempting fixes. Only triage-reviews modifies code, by fixing valid review comments, committing, and pushing.