# 323 Trk Resolve 1f7f3d55

> Mark a report as resolved

- Skill: `tools-only/323-trk-resolve-1f7f3d55` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add tools-only/323-trk-resolve-1f7f3d55`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tools-only/323-trk-resolve-1f7f3d55/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: tools-only (https://skillmd.com/u/tools-only)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/tools-only/323-trk-resolve-1f7f3d55

---


Resolve an improvement report. Expected format: `/trk-resolve <id> <resolution description>`

1. Parse the report ID and resolution from the command
2. Read the report from `~/.claude/trk-db/active/<id>.md`
3. Update the report:
   - Change `status: active` to `status: resolved`
   - Add resolved timestamp to frontmatter
   - Fill in Resolution section with the description
4. Move file from `active/` to `resolved/`
5. Git add and commit with message: "Resolve: [id] - [resolution]"
6. Confirm to user: "Report resolved and moved to ~/.claude/trk-db/resolved/<id>.md"

