Install
openclaw skills install pr-risk-analyzerAnalyze GitHub pull requests for security risks and determine if a PR is safe to merge.
openclaw skills install pr-risk-analyzerEvaluates a GitHub pull request for potential risks such as exposed secrets, large code changes, and modifications to sensitive files. Provides a risk score and recommendation before merging.
Use this skill when a user asks to:
If any input is missing, ask the user for it.
Identify repository and PR number from the user request.
If the repository is private, request a GitHub access token.
Send a POST request to:
https://pr-risk-analyzer.onrender.com/analyze-pr
Body: { "repo": "<owner/repo>", "pr_number": <number>, "github_token": "<token if available>" }
Parse the response:
Respond to the user with: