Rank
83
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Crawler Summary
Generates personal developer productivity and influence reports from Jira, GitHub, Confluence, and Google Calendar data. Use when the user asks about their performance, productivity, influence, metrics, weekly report, monthly report, quarterly report, yearly report, promotion preparation, improvement tracking, goal tracking, or self-calibration. --- name: dev-performance description: Generates personal developer productivity and influence reports from Jira, GitHub, Confluence, and Google Calendar data. Use when the user asks about their performance, productivity, influence, metrics, weekly report, monthly report, quarterly report, yearly report, promotion preparation, improvement tracking, goal tracking, or self-calibration. --- Developer Performance Reporti Capability contract not published. No trust telemetry is available yet. Last updated 4/14/2026.
Freshness
Last checked 4/14/2026
Best For
dev-performance is best for general automation workflows where MCP compatibility matters.
Not Ideal For
Contract metadata is missing or unavailable for deterministic execution.
Evidence Sources Checked
editorial-content, GITHUB OPENCLEW, runtime-metrics, public facts pack
Generates personal developer productivity and influence reports from Jira, GitHub, Confluence, and Google Calendar data. Use when the user asks about their performance, productivity, influence, metrics, weekly report, monthly report, quarterly report, yearly report, promotion preparation, improvement tracking, goal tracking, or self-calibration. --- name: dev-performance description: Generates personal developer productivity and influence reports from Jira, GitHub, Confluence, and Google Calendar data. Use when the user asks about their performance, productivity, influence, metrics, weekly report, monthly report, quarterly report, yearly report, promotion preparation, improvement tracking, goal tracking, or self-calibration. --- Developer Performance Reporti
Public facts
4
Change events
1
Artifacts
0
Freshness
Apr 14, 2026
Capability contract not published. No trust telemetry is available yet. Last updated 4/14/2026.
Trust score
Unknown
Compatibility
MCP
Freshness
Apr 14, 2026
Vendor
Sergeatx
Artifacts
0
Benchmarks
0
Last release
Unpublished
Key links, install path, and a quick operational read before the deeper crawl record.
Summary
Capability contract not published. No trust telemetry is available yet. Last updated 4/14/2026.
Setup snapshot
git clone https://github.com/SergeATX/cursor-dev-performance-skill.gitSetup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.
Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.
Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.
Vendor
Sergeatx
Protocol compatibility
MCP
Handshake status
UNKNOWN
Crawlable docs
6 indexed pages on the official domain
Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.
Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.
Extracted files
0
Examples
0
Snippets
0
Languages
typescript
Parameters
Full documentation captured from public sources, including the complete README when available.
Docs source
GITHUB OPENCLEW
Editorial quality
ready
Generates personal developer productivity and influence reports from Jira, GitHub, Confluence, and Google Calendar data. Use when the user asks about their performance, productivity, influence, metrics, weekly report, monthly report, quarterly report, yearly report, promotion preparation, improvement tracking, goal tracking, or self-calibration. --- name: dev-performance description: Generates personal developer productivity and influence reports from Jira, GitHub, Confluence, and Google Calendar data. Use when the user asks about their performance, productivity, influence, metrics, weekly report, monthly report, quarterly report, yearly report, promotion preparation, improvement tracking, goal tracking, or self-calibration. --- Developer Performance Reporti
The user asks about their personal performance for a time period. Examples:
Read config.md to get:
Parse the user's request into a concrete date range:
| Request | Start Date | End Date | |---------|-----------|----------| | "last week" | Previous Monday | Previous Sunday | | "this week" | Current Monday | Today | | "last month" | 1st of previous month | Last day of previous month | | "this month" | 1st of current month | Today | | "last quarter" | 1st of previous quarter | Last day of previous quarter | | "Q{N} {YEAR}" | 1st of that quarter | Last day of that quarter | | "last year" | Jan 1 of previous year | Dec 31 of previous year | | "{YEAR}" (e.g. "2025") | Jan 1 of that year | Dec 31 of that year | | "last N weeks" | N weeks ago | Today | | "last N months" | N months ago | Today |
Read queries/jira-queries.md for exact JQL templates.
Use the user-jira MCP server with searchJiraIssuesUsingJql tool. Execute these queries:
For each completed ticket, compute lead time from created to resolutiondate.
For monthly+ reports, also compute cycle time: use getJiraIssue with expand=changelog on each completed ticket. Parse changelog.histories for status transitions to find time spent in active work (In Progress / Code Review → Closed).
Request fields: summary, status, issuetype, priority, project, created, resolutiondate
Read queries/github-queries.md for exact CLI commands.
Run gh CLI commands for each repo in config:
Compute: average PR size, time-to-merge, review-to-PR ratio, distinct authors reviewed.
For monthly+ reports, also collect:
4. Review turnaround -- via gh api repos/{REPO}/pulls/{PR}/reviews for response times
5. CI pass rate -- via gh api repos/{REPO}/commits/{SHA}/check-runs on first commit of each PR
6. Revert frequency -- search for PRs with "revert" or "hotfix" in title
Read queries/confluence-queries.md for CQL templates.
Use the user-jira MCP server with searchConfluenceUsingCql tool:
Compute knowledge distribution score: (pages_created * 2) + pages_updated
Read queries/calendar-queries.md for query patterns and classification rules.
Use the google-calendar MCP server with list-events tool. For each calendar ID in config:
If the Google Calendar MCP is not configured, skip this step and note "Calendar data not available -- configure Google Calendar MCP for meeting/focus metrics" in the report.
Skip this step. Slack integration is deferred until the official Slack MCP app is approved by workspace admins. When available, queries will be defined in queries/slack-queries.md.
| Metric | Formula | |--------|---------| | Bug-to-feature ratio | bugs / (stories + tasks) | | Review-to-PR ratio | reviews given / PRs opened | | Influence radius | distinct people across Jira comments + GitHub reviews | | Initiative score | self-created tickets + self-initiated PRs | | Quality signals | re-opens + reverts (lower is better) | | CI discipline | PRs with clean first push / total PRs (percentage) | | Review responsiveness | median time from PR creation to my first review | | Knowledge distribution | (confluence pages created * 2) + pages updated | | Meeting load | total meeting hours / working days in period | | Focus ratio | focus hours / total available work hours | | Collaboration breadth | distinct people from meetings + reviews + Jira comments | | Meeting-to-delivery ratio | total meeting hours / tickets completed |
Read the appropriate template from reports/:
Fill in all placeholders with collected data. Include observations section with 1-3 sentences noting anything unusual.
For quarterly reports, also include:
For goal/improvement tracking (when user mentions improvement goals, targets, or growth tracking):
Before presenting the report, validate the data:
gh CLI returns an error mentioning rate limits, tell the user and suggest waiting or reducing the repo list.createdAt from the merged-PRs query should be reused for review turnaround calculations -- don't re-fetch.list-events call covers a full month. Include calendar data at all report levels (weekly through yearly).Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.
Contract coverage
Status
missing
Auth
None
Streaming
No
Data region
Unspecified
Protocol support
Requires: none
Forbidden: none
Guardrails
Operational confidence: low
curl -s "https://xpersona.co/api/v1/agents/sergeatx-cursor-dev-performance-skill/snapshot"
curl -s "https://xpersona.co/api/v1/agents/sergeatx-cursor-dev-performance-skill/contract"
curl -s "https://xpersona.co/api/v1/agents/sergeatx-cursor-dev-performance-skill/trust"
Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.
Trust signals
Handshake
UNKNOWN
Confidence
unknown
Attempts 30d
unknown
Fallback rate
unknown
Runtime metrics
Observed P50
unknown
Observed P95
unknown
Rate limit
unknown
Estimated cost
unknown
Do not use if
Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.
Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.
Rank
83
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Rank
80
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Rank
74
Expose OpenAPI definition endpoints as MCP tools using the official Rust SDK for the Model Context Protocol (https://github.com/modelcontextprotocol/rust-sdk)
Traction
No public download signal
Freshness
Updated 2d ago
Rank
72
An actix_web backend for the official Rust SDK for the Model Context Protocol (https://github.com/modelcontextprotocol/rust-sdk)
Traction
No public download signal
Freshness
Updated 2d ago
Contract JSON
{
"contractStatus": "missing",
"authModes": [],
"requires": [],
"forbidden": [],
"supportsMcp": false,
"supportsA2a": false,
"supportsStreaming": false,
"inputSchemaRef": null,
"outputSchemaRef": null,
"dataRegion": null,
"contractUpdatedAt": null,
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/sergeatx-cursor-dev-performance-skill/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/sergeatx-cursor-dev-performance-skill/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/sergeatx-cursor-dev-performance-skill/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/sergeatx-cursor-dev-performance-skill/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/sergeatx-cursor-dev-performance-skill/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/sergeatx-cursor-dev-performance-skill/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": [
"MCP"
]
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "GITHUB_OPENCLEW",
"generatedAt": "2026-04-16T23:29:15.020Z"
}
},
"retryPolicy": {
"maxAttempts": 3,
"backoffMs": [
500,
1500,
3500
],
"retryableConditions": [
"HTTP_429",
"HTTP_503",
"NETWORK_TIMEOUT"
]
}
}Trust JSON
{
"status": "unavailable",
"handshakeStatus": "UNKNOWN",
"verificationFreshnessHours": null,
"reputationScore": null,
"p95LatencyMs": null,
"successRate30d": null,
"fallbackRate": null,
"attempts30d": null,
"trustUpdatedAt": null,
"trustConfidence": "unknown",
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Capability Matrix
{
"rows": [
{
"key": "MCP",
"type": "protocol",
"support": "unknown",
"confidenceSource": "profile",
"notes": "Listed on profile"
}
],
"flattenedTokens": "protocol:MCP|unknown|profile"
}Facts JSON
[
{
"factKey": "docs_crawl",
"category": "integration",
"label": "Crawlable docs",
"value": "6 indexed pages on the official domain",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
},
{
"factKey": "vendor",
"category": "vendor",
"label": "Vendor",
"value": "Sergeatx",
"href": "https://github.com/SergeATX/cursor-dev-performance-skill",
"sourceUrl": "https://github.com/SergeATX/cursor-dev-performance-skill",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-04-14T22:26:09.205Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "MCP",
"href": "https://xpersona.co/api/v1/agents/sergeatx-cursor-dev-performance-skill/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/sergeatx-cursor-dev-performance-skill/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-04-14T22:26:09.205Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/sergeatx-cursor-dev-performance-skill/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/sergeatx-cursor-dev-performance-skill/trust",
"sourceType": "trust",
"confidence": "medium",
"observedAt": null,
"isPublic": true
}
]Change Events JSON
[
{
"eventType": "docs_update",
"title": "Docs refreshed: Sign in to GitHub · GitHub",
"description": "Fresh crawlable documentation was indexed for the official domain.",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
}
]Sponsored
Ads related to dev-performance and adjacent AI workflows.