weekly-report-repos
Installation
SKILL.md
weekly-report-repos
View, add, or remove the repositories the weekly report covers.
Check for uv first with command -v uv. If missing, point to the installer (https://docs.astral.sh/uv/getting-started/installation/) and stop.
Read what the user wants from their message and call the matching command. All commands run as:
uvx --from git+https://github.com/mjkimR/weekly-report@v0.2.0 weekly-report repo <subcommand>
| Request | Command |
|---|---|
| Show the list | repo list --json |
| Add | repo add <path> [--name <display name>] [--author <name>]... |
| Remove | repo remove <name-or-path> |
Exit code 2 means there is no configuration yet — point to weekly-report-onboard. Exit code 3 means the path is not a Git repository.