hustcer/DeepSeek CR

🚀 Sharpen Your Code, Ship with Confidence – Elevate Your Workflow with DeepSeek Code Review 🚀

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jul 6, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: hustcer/deepseek-review@90c887892350e87fdcf517ddc41b3b826941614b # v1.20

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
chat-tokenYour DeepSeek API token.yes
max-lengthThe maximum length of the content for review, 0 means no limit.no0
modelThe DeepSeek model to choose for code review.nodeepseek-v4-flash
temperatureThe temperature of the model.no0.3
base-urlThe base url of DeepSeek API.nohttps://api.deepseek.com
sys-promptThe system prompt for DeepSeek API.noYou are a professional code review assistant responsible for analyzing code changes in GitHub Pull Requests. Identify potential issues such as code style violations, logical errors, security vulnerabilities, and provide improvement suggestions. Clearly list the problems and recommendations in a concise manner.
user-promptThe user prompt for DeepSeek API.noPlease review the following code changes
include-patternsThe comma separated file patterns to include in the code review.no
exclude-patternsThe comma separated file patterns to exclude in the code review.nopnpm-lock.yaml,package-lock.json,*.lock
github-tokenThe GITHUB_TOKEN secret or personal access token to authenticate. Defaults to `github.token`.no${{ github.token }}
watch-mentionTrigger code review when this string is mentioned in a PR comment, e.g. `@github-actions`. Requires `issue_comment` event in the workflow.no""
allowed-associationsComma-separated author_association values allowed to trigger review via PR comment. Default: OWNER,MEMBER,COLLABORATOR.noOWNER,MEMBER,COLLABORATOR

no outputs