Visited Tracker Tools

Record file coverage status and notes for TypeScript, TSX, and Go sources.

54|7|Updated Sep 19, 2021
One-click install
npx skills add https://github.com/Vrooli/Vrooli --skill visited-tracker-tools
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Visited Tracker Tools
Source: https://github.com/Vrooli/Vrooli/tree/main/scenarios/prompt-manager/store/skills/packs/core/visited-tracker-tools
Command: npx skills add https://github.com/Vrooli/Vrooli --skill visited-tracker-tools

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill prevents redundant work by logging file visits, exclusion rationales, and campaign notes so teams know which areas still need attention and which are already reviewed.

Core Features & Use Cases

  • Prioritized file selection: least-visited surfaces the next files based on tags, patterns, staleness_score, and visit_count to focus the next reviewer.
  • Consistent visit logging: visit and exclude commands accept glob-friendly file notes, reasons, and coverage_percent guidance while keeping tags aligned per campaign.
  • Clear handoffs: campaigns note captures completion share, remaining hotspots, and TODOs so teammates can pick up where the last reviewer left off.

Quick Start

Start by invoking visited-tracker least-visited with your repo location and tag to fetch the next files for review.

Frequently Asked Questions about Visited Tracker Tools

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track code review coverage across TypeScript and Go sources?

Track code review coverage by logging file visits, exclusion rationales, and campaign notes. This prevents redundant work by clearly identifying which TypeScript, TSX, and Go files still need attention and which are already reviewed.

How do I find the least-visited files for my next code review?

Find the least-visited files by invoking the visited-tracker least-visited command with your repository location and tag. This surfaces the next files based on staleness_score and visit_count to focus the next reviewer.

Can I use glob patterns to specify files when logging review coverage?

Yes, you can use glob-friendly file specifications when logging review coverage. The visit and exclude commands accept glob patterns, file notes, reasons, and coverage_percent guidance while keeping tags aligned per campaign.

What is the best way to write handoff notes for a code review campaign?

Write handoff notes for code review campaigns using the campaigns note command. It captures completion share, remaining hotspots, and TODOs so teammates can pick up exactly where the last reviewer left off.

Does coverage tracking work with both TypeScript and Go file formats?

Coverage tracking works with TypeScript, TSX, and Go source files. It applies deterministic coverage reporting scoped by location and tag, ensuring consistent tracking across these specific file formats.

Why should I log exclusion rationales during a code review campaign?

Logging exclusion rationales prevents redundant work by documenting why specific files were skipped. This ensures teams understand coverage gaps and avoids re-evaluating files that were intentionally excluded from the campaign.