Local CLI and desktop reviewer for checking support replies against the original ticket.
Project description
Support Reply Fit
Support Reply Fit checks a drafted customer-support reply against the original ticket before it is sent. It is useful when a reply was drafted quickly, generated by an assistant, or assembled from multiple notes and you need a local quality pass for missing answers, risky promises, placeholders, tone gaps, and unclear follow-up.
It runs fully on your machine. There are no API keys, accounts, or network calls.
Features
- CLI for Markdown, JSON, and self-contained HTML reports.
- Tkinter desktop app for pasting a ticket and reply side by side.
- Coverage checks for known-issue, data-safety, timeline, refund, workaround, and blocking-impact requests.
- Risk checks for placeholders, unsupported promises, vague timing, missing owners, thin question mirroring, and no follow-up path.
--fail-underand--fail-on-riskymodes for saved reply review or CI checks.- Standard-library runtime only.
Install
python3 -m pip install support-reply-fit
For local development:
python3 -m pip install -e .
CLI
support-reply-fit examples/ticket.txt examples/reply.txt
support-reply-fit examples/ticket.txt examples/reply.txt --format html --output review.html
support-reply-fit examples/ticket.txt examples/reply.txt --format json
support-reply-fit ticket.txt reply.txt --fail-under 80 --fail-on-risky
Desktop App
support-reply-gui
Paste the customer ticket on the left, paste the drafted reply on the right, then save Markdown or HTML.
Output Example
# Support Reply Fit: needs review (72)
## Coverage
- **known issue**: addressed (bug)
- **data safety**: addressed (data, safe)
- **timeline**: addressed (friday)
## Findings
- **WARNING - Missing ticket coverage**: Unanswered areas: refund
- Suggestion: Answer each customer question or clearly route it to an owner.
Development
python3 -m pytest
python3 -m build --no-isolation
python3 -m twine check dist/*
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file support_reply_fit-0.1.0.tar.gz.
File metadata
- Download URL: support_reply_fit-0.1.0.tar.gz
- Upload date:
- Size: 12.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
793461ed07ef2bdcc87c14c0db4fda5eacb5cb036e7f0098b00f9b1f5f4f6f04
|
|
| MD5 |
d9e14b548d358be1b9a3daa69e1ef163
|
|
| BLAKE2b-256 |
a428c369b1b97d50b14be77c7a4cebb2bf8179f10a0e85b78a86d22b849150f0
|
File details
Details for the file support_reply_fit-0.1.0-py3-none-any.whl.
File metadata
- Download URL: support_reply_fit-0.1.0-py3-none-any.whl
- Upload date:
- Size: 10.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3cc999072045b0d83f362deeccb0fc37eb8e5e545407ad8ef39a4575068f3934
|
|
| MD5 |
c879d8c9bd3f6f8acf614079af51ab65
|
|
| BLAKE2b-256 |
14656ca3b942ff95b34cdaf8f47e4ceb3e61bb2e935f2f451f02c775eb401207
|