Agent skill · Code Review & Quality

trade-performance-coach

Review closed trades, partial exits, and monthly trade aggregates for process adherence, risk discipline, execution quality, and evidence-based trading behavior patterns. Use after trader-memory-core and signal-postmortem have produced records, or when the user asks for a post-trade coach, risk-manager style review, rule-adherence review, next-session operating rules, or psychology-aware trading behavior feedback. This skill does not provide buy/sell advice, therapy, or broker execution.

BaggaT236github.com/BaggaT236GitHub ↗
claude-codeships scriptsMIT
Install
npx skills add BaggaT236/AI-Trading-Skills --skill trade-performance-coach --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 16
SKILL.md size: 8 KB
Bundled scripts: yes
Path: skills/trade-performance-coach/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 118
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Trade Performance Coach ## Overview Trade Performance Coach reviews recorded trade outcomes and journal evidence to help a human trader improve their decision process. It converts closed-trade records, postmortem findings, risk rules, and optional market-regime context into an evidence-based coaching report covering: - process adherence - risk discipline - execution quality - possible trading-behavior patterns - next-session operating rules - coach questions for reflection This skill is intended to fill the support role that a risk manager, desk lead, or trading coach might provide in a professional trading environment. It is strictly a process-review skill: it never recommends entering, exiting, buying, selling, shorting, holding, or sizing a specific security. ## When to Use Use this skill when any of the following are true: - A trade has been closed and the user wants a post-trade coaching review. - A partial close occurred and the user wants to inspect sizing, stop, or exit behavior. - The user has `trader-memory-core` thesis records and `signal-postmortem` findings and wants next-session operating rules. - The user wants a monthly review of recurring process, risk, execution

What's inside
Steps it walks through
  1. Overview
  2. When to Use
  3. When Not to Use
  4. Prerequisites
  5. Inputs
  6. Workflow
  7. Step 1 — Collect source records
  8. Step 2 — Evaluate process adherence
  9. Step 3 — Evaluate risk discipline
  10. Step 4 — Evaluate execution quality
  11. Step 5 — Detect possible behavior patterns
  12. Step 6 — Produce next-session operating rules
  13. Step 7 — Human decision gate
  14. Output
Ships with 15 files
  • assets/performance_coach_report.schema.json
  • references/behavior-tags.md
  • references/hermes-integration.md
  • references/output-contract.md
  • references/review-framework.md
  • references/risk-review-checklist.md
  • scripts/review_trade_performance.py
  • scripts/tests/fixtures/incomplete_record.json
  • scripts/tests/fixtures/monthly_aggregate_revenge_pattern.json
  • scripts/tests/fixtures/partial_close_stop_moved.json
  • scripts/tests/fixtures/risk_data_missing_no_size_creep.json
  • scripts/tests/fixtures/single_trade_clean_loss.json
  • scripts/tests/fixtures/single_trade_premature_exit.json
  • scripts/tests/fixtures/single_trade_rule_violation_loss.json
  • scripts/tests/test_review_trade_performance.py
Commands it runs
python3 skills/trade-performance-coach/scripts/review_trade_performance.py \
More from AI-Trading-Skills
All skills →
About this skill
What does the trade-performance-coach skill do?

Review closed trades, partial exits, and monthly trade aggregates for process adherence, risk discipline, execution quality, and evidence-based trading behavior patterns. Use after trader-memory-core and signal-postmortem have produced records, or when the user asks for a post-trade coach, risk-manager style review, rule-adherence review, next-session operating rules, or psychology-aware trading behavior feedback. This skill does not provide buy/sell advice, therapy, or broker execution.

How do I install it?

Run `npx skills add BaggaT236/AI-Trading-Skills --skill trade-performance-coach --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From BaggaT236/AI-Trading-Skills, a repository with 118 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going