Add CheckYourself skill#19
Conversation
f106ea6 to
00d4860
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f106ea6073
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
|
||
| 2. Run deterministic checks when safe and available. | ||
| - Prefer read-only commands. | ||
| - If `tools/checkyourself.py` exists, useful commands include: |
There was a problem hiding this comment.
Gate CLI execution on a verified CheckYourself checkout
When this skill is installed standalone and used inside another app, tools/checkyourself.py resolves relative to the audited project, not necessarily to the CheckYourself repo. Any project-owned or malicious script at that path would be executed by the suggested commands despite the skill’s read-only/safety model, so first verify the file is the CheckYourself CLI (for example via the manifest or trusted describe output) or point to a bundled/known path before recommending execution.
Useful? React with 👍 / 👎.
Summary
skills/checkyourselfValidation
python3 /Users/simongonzalezdecruz/.codex/skills/.system/skill-creator/scripts/quick_validate.py /Users/simongonzalezdecruz/workspaces/checkyourself/skills/checkyourselfNeed help on this PR? Tag
/codesmithwith what you need. Autofix is disabled.