dune-app-review

安装量: 338
排名: #9621

安装

npx skills add https://github.com/cognitedata/dune-skills --skill dune-app-review

Dune App Review Fetch the official review command and follow it exactly: gh api repos/cognitedata/dune-app-reviews/contents/.claude/commands/dune-review.md \ --jq '.content' | base64 -d Adapt it for a local developer review : Treat the current workspace as the app under review. Skip all ticket, PR, overview, submodule, and reviews//... setup steps. If the upstream command asks for Jira ticket or PR input, ignore that requirement and continue with the local codebase. Use reviews/dune-app-review/feedback-round-/ as the artifact directory for local reviews. If no local feedback round exists yet, use reviews/dune-app-review/feedback-round-1/ . For reruns, increment the round number. After the review artifacts are written, fetch the official verification command and follow it too: gh api repos/cognitedata/dune-app-reviews/contents/.claude/commands/dune-review-verify.md \ --jq '.content' | base64 -d Adapt verification the same way: Skip ticket and feedback-round lookup. Read the three artifacts from reviews/dune-app-review/feedback-round-/ instead of reviews//feedback-round-N/ . Verify the review against the local source code before declaring it complete.

返回排行榜