great-docs skill check
Check if installed skills are up to date.
great-docs skill check [OPTIONS] [PACKAGE]Scans for installed SKILL.md files and compares their content hash with the currently installed package to detect changes.
Full --help output
Usage: great-docs skill check [OPTIONS] [PACKAGE]
Check if installed skills are up to date.
Scans for installed SKILL.md files and compares their content hash with the
currently installed package to detect changes.
Examples:
great-docs skill check # check all installed skills
great-docs skill check great-tables # check a specific package
great-docs skill check --global # check global installations only
great-docs skill check --update # reinstall any that have changed
Options:
-g, --global Only check global installations (in home directory).
-l, --local Only check local installations (in current repository).
-u, --update Automatically update any outdated skills found.
--help Show this message and exit.
Arguments
PACKAGE: TEXT- Optional.
Options
-g, --global- Only check global installations (in home directory).
-l, --local- Only check local installations (in current repository).
-u, --update- Automatically update any outdated skills found.
Examples
great-docs skill check # check all installed skills
great-docs skill check great-tables # check a specific package
great-docs skill check --global # check global installations only
great-docs skill check --update # reinstall any that have changed