Agent skills for working with AppMap runtime recordings. Each
directory is a self-contained skill (a SKILL.md the agent reads, plus any assets).
| Skill | What it does |
|---|---|
appmap-record |
Record runtime data from an application with the AppMap agents. |
appmap-label |
Configure what gets recorded — per-function labels and appmap.yml scoping. |
appmap-gold-traces |
Maintain a committed baseline of curated recordings ("gold traces") and bless it as code evolves. |
appmap-review |
Diff a change's runtime behavior against the baseline and write an interpreted code review. |
Symlink (or copy) the skills you want into ~/.claude/skills, then invoke them by name:
ln -s "$PWD/appmap-review" ~/.claude/skills/appmap-reviewThe getappmap/review-action GitHub
Action installs these skills and runs appmap-gold-traces + appmap-review on a pull
request.