Skip to content

Add trainhop-summary skill for newtab release changelogs#20

Open
maxxcrawford wants to merge 1 commit into
mozilla:mainfrom
maxxcrawford:add-trainhop-summary-skill
Open

Add trainhop-summary skill for newtab release changelogs#20
maxxcrawford wants to merge 1 commit into
mozilla:mainfrom
maxxcrawford:add-trainhop-summary-skill

Conversation

@maxxcrawford

@maxxcrawford maxxcrawford commented May 20, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Adds newtab:trainhop-summary skill that compares two train-hop stations from newtab-train-hop-station and generates a categorized markdown changelog.
  • Source data: train-hops.yaml.
  • Bumps newtab plugin version 1.0.1 → 1.0.2.

Test plan

  • /plugin reload newtab and confirm newtab:trainhop-summary is in the available-skills list.
  • Invoke with no args — skill fetches YAML, defaults to last two stations, lists 5 most recent, prompts to confirm/reselect.
  • Invoke with two git_shas — skill skips the prompt and produces the changelog directly.
  • Spot-check: multi-part bug collapses to one bullet; fully-reverted bug is dropped; reverted-then-relanded bug appears once.
  • Output lands in ~/Desktop/Claude/newtab-trainhop-*.md.

The skill compares two newtab train-hop stations (from mikeconley/newtab-train-hop-station) and emits a categorized markdown changelog (Sports Widget, Lists, Nova, Wallpapers, etc.) with Bug/Phab IDs hyperlinked inline and locale/manifest bumps demoted to a Meta / Low Tier section.

@maxxcrawford maxxcrawford left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Self-review

Comment on lines +5 to +8
- Bash
- WebFetch
- Read
- Write

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sanity check: Are these allowed tools all necessary?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a bit dangerous. I would suggest limiting them. Then it will use the inherit the permissions from the session itself.

A good way to approach this is to start with nothing, then add commands that the skill is frequently asked to approve and looks safe.

@maxxcrawford maxxcrawford marked this pull request as ready for review June 16, 2026 17:02
Comment on lines +5 to +8
- Bash
- WebFetch
- Read
- Write

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a bit dangerous. I would suggest limiting them. Then it will use the inherit the permissions from the session itself.

A good way to approach this is to start with nothing, then add commands that the skill is frequently asked to approve and looks safe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants