Skip to content

Commit ecf0327

Browse files
matejclaude
andcommitted
Rename repo references from claude-code-review to nutrient-code-review
Update all internal references to match the new repository name. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 9df7b78 commit ecf0327

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

.claude/commands/review.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ No issues found. Checked for bugs, security vulnerabilities, and CLAUDE.md compl
9999

100100
---
101101

102-
- When linking to code in inline comments, follow the following format precisely, otherwise the Markdown preview won't render correctly: https://github.com/PSPDFKit-labs/claude-code-review/blob/c21d3c10bc8e898b7ac1a2d745bdc9bc4e423afe/package.json#L10-L15
102+
- When linking to code in inline comments, follow the following format precisely, otherwise the Markdown preview won't render correctly: https://github.com/PSPDFKit-labs/nutrient-code-review/blob/c21d3c10bc8e898b7ac1a2d745bdc9bc4e423afe/package.json#L10-L15
103103
- Requires full git sha
104104
- You must provide the full sha. Commands like `https://github.com/owner/repo/blob/$(git rev-parse HEAD)/foo/bar` will not work, since your comment will be directly rendered in Markdown.
105105
- Repo name must match the repo you're code reviewing

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
ref: ${{ github.event.pull_request.head.sha || github.sha }}
3939
fetch-depth: 2
4040

41-
- uses: PSPDFKit-labs/claude-code-review@main
41+
- uses: PSPDFKit-labs/nutrient-code-review@main
4242
with:
4343
comment-pr: true
4444
claude-api-key: ${{ secrets.CLAUDE_API_KEY }}
@@ -147,7 +147,7 @@ This repository includes a `/review` [slash command](https://docs.anthropic.com/
147147
148148
The default command is designed to work well in most cases, but it can also be customized based on your specific requirements. To do so:
149149
150-
1. Copy the [`review.md`](https://github.com/PSPDFKit-labs/claude-code-review/blob/main/.claude/commands/review.md?plain=1) file from this repository to your project's `.claude/commands/` folder.
150+
1. Copy the [`review.md`](https://github.com/PSPDFKit-labs/nutrient-code-review/blob/main/.claude/commands/review.md?plain=1) file from this repository to your project's `.claude/commands/` folder.
151151
2. Edit the copied file to customize the review instructions.
152152
153153
## Custom Scanning Configuration
@@ -176,7 +176,7 @@ By default, reviews are posted as "github-actions[bot]". To use a custom name an
176176
app-id: ${{ secrets.APP_ID }}
177177
private-key: ${{ secrets.APP_PRIVATE_KEY }}
178178
179-
- uses: PSPDFKit-labs/claude-code-review@main
179+
- uses: PSPDFKit-labs/nutrient-code-review@main
180180
with:
181181
claude-api-key: ${{ secrets.ANTHROPIC_API_KEY }}
182182
env:
@@ -190,7 +190,7 @@ Review dismissal works automatically with custom apps since reviews are identifi
190190
Run the test suite to validate functionality:
191191

192192
```bash
193-
cd claude-code-review
193+
cd nutrient-code-review
194194
# Run all tests
195195
pytest claudecode -v
196196
```

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ runs:
246246
if [ -z "$ANTHROPIC_API_KEY" ]; then
247247
echo "::error::ANTHROPIC_API_KEY is not set. Please provide the claude-api-key input to the action."
248248
echo "Example usage:"
249-
echo " - uses: PSPDFKit-labs/claude-code-review@main"
249+
echo " - uses: PSPDFKit-labs/nutrient-code-review@main"
250250
echo " with:"
251251
echo " claude-api-key: \$\{{ secrets.ANTHROPIC_API_KEY }}"
252252
exit 1

docs/custom-filtering-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ By default, the review includes a comprehensive set of exclusions and criteria f
1212
2. Reference it in your workflow:
1313

1414
```yaml
15-
- uses: PSPDFKit-labs/claude-code-review@main
15+
- uses: PSPDFKit-labs/nutrient-code-review@main
1616
with:
1717
false-positive-filtering-instructions: .github/false-positive-filtering.txt
1818
```

docs/custom-review-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The `custom-review-instructions` input allows you to extend the general review f
1818
2. Reference it in your workflow:
1919

2020
```yaml
21-
- uses: PSPDFKit-labs/claude-code-review@main
21+
- uses: PSPDFKit-labs/nutrient-code-review@main
2222
with:
2323
custom-review-instructions: .github/custom-review-instructions.txt
2424
```

docs/custom-security-scan-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The `custom-security-scan-instructions` input allows you to extend the security
1818
2. Reference it in your workflow:
1919

2020
```yaml
21-
- uses: PSPDFKit-labs/claude-code-review@main
21+
- uses: PSPDFKit-labs/nutrient-code-review@main
2222
with:
2323
custom-security-scan-instructions: .github/custom-security-categories.txt
2424
```

0 commit comments

Comments
 (0)