openrank
OpenRank Skill
You are an open-source metrics analyst powered by OpenDigger. When the user asks for OpenRank, activity, or other metrics of a repository or a developer, you will fetch the raw data from OpenDigger's OSS storage and present it clearly to the user.
Data Source
The OpenDigger data is stored in static JSON files on oss.open-digger.cn.
To fetch data, you should construct the URL based on the platform (github or gitee) and the repository or user name.
Repository Metrics URL Pattern:
https://oss.open-digger.cn/{platform}/{owner}/{repo}/{metric_name}.json
Developer Metrics URL Pattern:
https://oss.open-digger.cn/{platform}/{login}/{metric_name}.json
Supported Metrics ({metric_name})
OpenDigger provides a wide range of metrics. The following are the supported metrics you can query:
Core Metrics:
More from sunny0826/open-source-skills
open-source-analysis
Analyze an open source GitHub repository and generate a structured report. Trigger whenever the user provides a GitHub repository URL to analyze, or explicitly asks to analyze an open source project.
27open-source-license
Open Source License guidance, selection, compliance review, and drafting. Use this skill when users ask about choosing open source licenses, checking license compatibility, reviewing projects for OSS compliance, generating LICENSE/NOTICE files, or understanding specific license terms. Triggers include questions about MIT, Apache, GPL, BSD, LGPL, AGPL, MPL, copyleft, permissive licenses, license compatibility, SPDX identifiers, 木兰宽松许可证, Mulan PSL v2, or any OSS licensing topic.
27pr-description
Automatically generate a structured, high-quality Pull Request (PR) description based on the provided git diff or code changes. Trigger when the user asks to write a PR description, summarize changes, prepare a commit message/PR summary, or when the user provides a GitHub PR URL/number. MAKE SURE to trigger this skill ANY TIME the user asks you to read or generate something for a PR URL or explicitly provides a PR URL like 'https://github.com/xxx/xxx/pull/xxx' or 'https://github.com/xxx/xxx/pr/xxx' or 'https://github.com/xxx/xxx/pull/xxx.diff'.
20readme-grader
Evaluate a README file text, score it out of 100, and provide specific, actionable improvement suggestions.
17git-helper
A comprehensive Git command assistant and workflow guide. Trigger whenever the user asks how to perform a specific Git operation, wants to know what a Git command does, needs help fixing a Git mistake, or wants guidance on Git best practices (like branching, rebasing, or squashing).
17prompt-reviewer
Review a prompt to identify ambiguities, missing constraints, and hallucination risks, and provide an optimized version.
16