You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rebrand from "Brief Compliance Checker" / "brief-compliance" to JetBriefCheck
across all code, config, tests, CI, and documentation. Update report footer to
show "Generated by JetBriefCheck v1.6.0 (2026-02-25) · Rules current as of
2026-02-17". Fix pre-existing test failures expecting v1.5.0.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,17 @@
1
-
# Appellate Brief Compliance Checker
1
+
# JetBriefCheck
2
2
3
3
Checks appellate brief PDFs for compliance with the North Dakota Rules of Appellate Procedure and produces an HTML compliance report with a recommended action: **Accept**, **Correction Letter**, or **Reject**.
4
4
5
5
---
6
6
7
7
## Installing the Skill in Claude (Browser)
8
8
9
-
This section walks you through adding the Brief Compliance Checker to your Claude account so you can use it directly in a browser chat session. No programming knowledge is required.
9
+
This section walks you through adding the JetBriefCheck to your Claude account so you can use it directly in a browser chat session. No programming knowledge is required.
10
10
11
11
### What You Need Before You Start
12
12
13
13
- A Claude account at [claude.ai](https://claude.ai) with a Pro, Team, or Enterprise plan (the skill requires the ability to upload files and use projects).
14
-
- The **`brief-compliance.zip`** file from this repository ([v1.5.0](https://github.com/jet52/ndsc-brief-compliance/releases/tag/v1.5.0) or later). Click on `brief-compliance.zip` in the repository file list and then click the download button.
14
+
- The **`jetbriefcheck.zip`** file from this repository ([v1.5.0](https://github.com/jet52/jetbriefcheck/releases/tag/v1.5.0) or later). Click on `jetbriefcheck.zip` in the repository file list and then click the download button.
15
15
16
16
### Step-by-Step Installation
17
17
@@ -20,7 +20,7 @@ This section walks you through adding the Brief Compliance Checker to your Claud
20
20
1. Go to [claude.ai](https://claude.ai) and sign in.
21
21
2. In the left sidebar, click **Projects**.
22
22
3. Click **Create Project** (or the **+** button).
23
-
4. Give your project a name, such as "Brief Compliance Checker".
23
+
4. Give your project a name, such as "JetBriefCheck".
24
24
5. Click **Create**.
25
25
26
26
#### 2. Upload the Skill Files to Project Knowledge
@@ -29,7 +29,7 @@ This section walks you through adding the Brief Compliance Checker to your Claud
29
29
30
30
1. Inside your new project, look for the **Project Knowledge** section (sometimes labeled "Project files" or accessible via a paperclip/attachment icon in the project settings).
31
31
2. Click **Upload** or **Add files**.
32
-
3. Select the **`brief-compliance.zip`** file you downloaded earlier.
32
+
3. Select the **`jetbriefcheck.zip`** file you downloaded earlier.
33
33
4. Wait for the upload to finish. Claude will unpack and index the contents automatically.
34
34
35
35
The ZIP file contains everything the skill needs: the analysis scripts, the bundled North Dakota appellate rules, check definitions, and the skill instructions. As of v1.5.0, `SKILL.md` is fully self-contained — all rule text and check definitions are bundled inline, so the skill works even without PyMuPDF (falling back to semantic-only checks).
@@ -57,7 +57,7 @@ If Claude does not seem to recognize the skill, double-check that:
57
57
58
58
The skill lives inside the project you created — it is not available in other projects or in regular (non-project) chats. Claude does not currently offer a way to install a skill globally across your entire account.
59
59
60
-
In practice this isn't a limitation: just **open all your brief-checking chats inside this one project**. You can create as many chats as you like within a project, and every one of them will have access to the skill files and instructions automatically. Think of the project as a dedicated "Brief Compliance Checker" app that's always ready when you need it.
60
+
In practice this isn't a limitation: just **open all your brief-checking chats inside this one project**. You can create as many chats as you like within a project, and every one of them will have access to the skill files and instructions automatically. Think of the project as a dedicated "JetBriefCheck" app that's always ready when you need it.
61
61
62
62
---
63
63
@@ -67,7 +67,7 @@ Once installed, using the skill is straightforward. You upload a PDF of an appel
67
67
68
68
### Checking a Brief
69
69
70
-
1.**Open a chat** inside your Brief Compliance Checker project.
70
+
1.**Open a chat** inside your JetBriefCheck project.
71
71
2.**Drag and drop** your brief PDF into the chat window (or click the attachment/paperclip icon and select the file).
72
72
3.**Tell Claude what to do.** You can simply say:
73
73
@@ -171,7 +171,7 @@ python deploy_skill.py
171
171
# Run the web interface
172
172
python app.py
173
173
174
-
# Or use the Claude Code skill: /brief-compliance <path-to-pdf>
174
+
# Or use the Claude Code skill: /jetbriefcheck <path-to-pdf>
175
175
```
176
176
177
177
## Architecture
@@ -185,7 +185,7 @@ python app.py
185
185
186
186
## Skill Deployment (Claude Code CLI)
187
187
188
-
The Claude Code skill (`/brief-compliance`) reads its files from `~/.claude/skills/brief-compliance/`. This repo is the single source of truth — `deploy_skill.py` copies the needed files into the skill directory.
188
+
The Claude Code skill (`/jetbriefcheck`) reads its files from `~/.claude/skills/jetbriefcheck/`. This repo is the single source of truth — `deploy_skill.py` copies the needed files into the skill directory.
0 commit comments