CtrlK
BlogDocsLog inGet started
Tessl Logo

chronicle

Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting session data.

72

Quality

88%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

SKILL.md
Quality
Evals
Security

Quality

Content

77%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The body is highly actionable with clearly sequenced, validation-checked workflows built on genuine domain knowledge, but it is a long monolithic document with some redundancy and no use of reference files to offload detail. Tightening repeated guidance and splitting the schema/cost-tips detail into referenced files would lift the weaker dimensions.

Suggestions

De-duplicate guidance shared across workflows — e.g. the '.github/ folder, check copilot-instructions.md / skills / agents, do NOT look outside the workspace' block is repeated verbatim in Tips Step 2 and Cost-Tips Step 2; extract it once or reference a shared section.

Move the Database Schema section and the detailed Cost-Tips backend breakdowns into separate reference files (e.g. SCHEMA.md, COST-TIPS.md) referenced one level deep, so the main SKILL.md stays a lean overview — this also improves progressive_disclosure.

Tighten the Cost-Tips section by consolidating the per-backend (Cloud DuckDB vs Local SQLite) instruction blocks where they restate the same intent, keeping only the genuinely divergent query specifics.

DimensionReasoningScore

Conciseness

Mostly efficient and focused on genuine domain knowledge (schema, SQL dialects, agent_name strings, cloud-timeout perf) rather than concepts Claude already knows, but the ~350-line body carries notable redundancy — e.g. 'Do NOT look outside the workspace' repeats across the Tips and Cost-Tips workflows, and Cost-Tips guidance is restated per backend.

2 / 3

Actionability

Provides executable SQL fragments (`datetime('now', '-1 day')`, `agent_name = 'VS Code Chat'`), exact tool parameters (`action: "query"`, `force: true`), and copy-paste-ready output-format templates, matching the fully-executable anchor.

3 / 3

Workflow Clarity

Each workflow is sequenced as explicit Step 1/2/3 with validation and error-recovery checkpoints such as 'If no sessions are found... stop. Do not fabricate a standup' and 'If a query times out, retry with a tighter window... tell the user what you trimmed'.

3 / 3

Progressive Disclosure

No bundle files exist and the skill is a single ~350-line monolith; sections are well-organized, but content that could be split out (the Database Schema reference and the extensive Cost-Tips detail) is all inline with no one-level-deep references, fitting the 'content that should be separate is inline' anchor.

2 / 3

Total

10

/

12

Passed

Description

100%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description is specific, trigger-rich, and complete, clearly answering both what the skill does and when Claude should use it. It occupies a distinct niche with low conflict risk.

DimensionReasoningScore

Specificity

Lists multiple concrete capabilities — 'standup reports, usage tips, session search, and session reindexing' — rather than vague language, matching the anchor for several specific actions.

3 / 3

Completeness

Explicitly states what it does ('Analyze Copilot session history for...') and when to use it via a clear 'Use when the user asks for...' trigger clause.

3 / 3

Trigger Term Quality

Covers natural terms a user would say — 'standup', 'daily summary', 'usage tips', 'workflow recommendations', 'search or find past sessions by keyword/file/PR', 'reindex', 'deleting session data'.

3 / 3

Distinctiveness Conflict Risk

Targets a clear niche (Copilot session history / session store) with distinct triggers, making it unlikely to fire for unrelated skills.

3 / 3

Total

12

/

12

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
posit-dev/positron
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.