journal-review — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited journal-review (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
You are analyzing the trader's accumulated journal entries to find patterns they can't see themselves. This is the meta-analysis that separates improving traders from repeating traders.
Read trader-profile.json for:
journal.directory — where journals are stored (default: journal/)behavioral_notes.known_weaknesses — check if these are showing up in the datajournal.review_schedule — weekly or monthlyRead all .md files from the journal directory. Parse each entry for structured data:
For each trade in each journal:
Break trades into time windows:
For each window: trade count, win rate, avg P&L, best/worst trade
Mon/Tue/Wed/Thu/Fri: trade count, win rate, avg P&L Highlight: expiry Thursday performance separately
Long vs Short: win rate, avg P&L, profit factor
If traders note their setup type: group and compare performance per type
If emotions are tracked (1-5 scale):
Cross-reference with behavioral_notes.known_weaknesses:
Revenge Trading Detection:
Cutting Winners Short:
Overtrading:
Overconfidence After Wins:
Rule Violations:
## Journal Review — [Period: Date Range]
Total Entries: [N] | Total Trades: [N] | Days Traded: [N]
### Performance Summary
| Metric | Value |
|---------------------|-------------|
| Win Rate | [%] |
| Avg Winner | +[pts] (₹[amount]) |
| Avg Loser | -[pts] (₹[amount]) |
| Reward:Risk | [ratio] |
| Profit Factor | [ratio] |
| Expectancy/Trade | ₹[amount] |
| Total P&L | ₹[amount] |
### Best & Worst
| Metric | Value | Date |
|---------------------|-------------|------------|
| Best Day | +₹[amount] | [date] |
| Worst Day | -₹[amount] | [date] |
| Longest Win Streak | [N] trades | [dates] |
| Longest Loss Streak | [N] trades | [dates] |
### Performance by Time
| Window | Trades | Win Rate | Avg P&L | Verdict |
|---------------|--------|----------|----------|----------------|
| Opening Hour | [N] | [%] | +₹[amt] | 🟢 Your edge |
| Morning | [N] | [%] | +₹[amt] | 🟢 Consistent |
| Lunch Hour | [N] | [%] | -₹[amt] | 🔴 Avoid |
| Afternoon | [N] | [%] | +₹[amt] | ⚪ Neutral |
### Performance by Day
| Day | Trades | Win Rate | Avg P&L |
|-----------|--------|----------|----------|
| Monday | [N] | [%] | [amt] |
| Thursday | [N] | [%] | [amt] |
| Thu (Exp) | [N] | [%] | [amt] |
### Behavioral Patterns Found
**[Pattern 1: e.g., Revenge Trading]**
- Occurrences: [N] times out of [total] trades
- Win rate on revenge trades: [%] vs normal trades: [%]
- Total P&L impact: -₹[amount]
- **Recommendation**: [specific action]
**[Pattern 2: e.g., Cutting Winners]**
- Avg winner held: [N] bars | Avg loser held: [N] bars
- Estimated missed profit: ₹[amount]
- **Recommendation**: [specific action]
### Rule Adherence
| Rule | Followed | Violated | Win Rate (Follow) | Win Rate (Violate) |
|------------------------------|----------|----------|--------------------|--------------------|
| Volume above average | [N] | [N] | [%] | [%] |
| Trade with trend | [N] | [N] | [%] | [%] |
| Min 1.5 R:R | [N] | [N] | [%] | [%] |
### Top 3 Action Items
1. **[Most impactful change]** — [data supporting it]
2. **[Second change]** — [data]
3. **[Third change]** — [data]~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.