Read a LOG directory's log.md and complete the trade review exactly as requested there.
Install
npx skillscat add samuerio/dotfiles/trade-review Install via the SkillsCat registry.
SKILL.md
Trade Review Skill
Given a LOG directory, open <log_dir>/log.md, follow the requirements in that file, and complete the trade review.
Input
- Input is a LOG directory path.
- Target instruction file is always
<log_dir>/log.md.
Workflow
- Read
<log_dir>/log.mdfirst. - Execute the trade review strictly according to
log.mdrequirements. - Read only the resources and images required by
log.md. - Read CSV data only when needed for validation or details:
<log_dir_name>.png->ctx_csv/<log_dir_name>_later.png->later_csv/
- Write the final trade review back to
<log_dir>/log.md.
Rules
- Use evidence from files in the same LOG directory.
log.mdrequirements have highest priority.- Do not read unrelated files when
log.mdalready provides enough context. - If required data is missing, report exactly what is missing and stop.
- Do not modify files outside
<log_dir>/log.md.