CtrlK
BlogDocsLog inGet started
Tessl Logo

github-multi-account

Detect and set up account-locked gh aliases for multi-account GitHub. The AI reads this skill, detects accounts, asks the user which is personal/work, and runs the setup automatically.

57

Quality

66%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./.copilot/skills/github-multi-account/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

65%

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 executable PowerShell and a clear numbered workflow including verification, but it is held back by duplicated function definitions, a missing error-recovery loop for risky system changes, and hardcoded repo-specific sections that bloat the inline content.

Suggestions

Add a feedback loop after Step 4 verification: if `ghp api user` returns the wrong login, re-check profile/PATH entries and retry.

Remove the duplicated gh-personal/gh-work function definitions (Steps 3.2 and 3.5) — define once and source the profile.

Move the hardcoded repo-binding and squad-agent sections into a separate reference file or generalize them with placeholders.

DimensionReasoningScore

Conciseness

Mostly lean commands and code with no concept over-explanation, but the gh-personal/gh-work functions are defined twice and later sections hardcode a specific repo/username, which could be tightened.

2 / 3

Actionability

Provides fully executable PowerShell, concrete commands like `gh auth status`, a copy-paste profile/PATH setup script, and verification commands — copy-paste ready.

3 / 3

Workflow Clarity

A clear Step 1–5 sequence with an explicit verify checkpoint exists, but there is no error-recovery feedback loop for system-level profile/PATH modifications, leaving a validation gap.

2 / 3

Progressive Disclosure

Sections are well-organized with clear headers and no nested references, but the ~96-line body is entirely inline and borderline monolithic with no content split out.

2 / 3

Total

9

/

12

Passed

Description

67%

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 and distinctive, naming concrete actions and a clear niche, but it omits an explicit use-trigger clause and relies on slightly technical phrasing rather than natural user terms. Adding a "Use when…" clause would raise completeness and trigger quality.

Suggestions

Add an explicit trigger clause, e.g. "Use when the user has multiple GitHub accounts or mentions personal/work gh separation."

Include natural user phrasings like "multiple GitHub accounts" alongside "multi-account GitHub".

Trim the process narration ("The AI reads this skill…") to keep the description focused on capabilities and triggers.

DimensionReasoningScore

Specificity

Names multiple concrete actions — "Detect and set up account-locked gh aliases", "detects accounts, asks the user which is personal/work, and runs the setup automatically" — matching the multiple-specific-actions anchor.

3 / 3

Completeness

Clearly states what the skill does but lacks an explicit "Use when…" trigger clause, which per the guidelines caps completeness at 2.

2 / 3

Trigger Term Quality

Includes relevant terms like "multi-account GitHub", "gh aliases", and "personal/work", but misses common natural phrasings a user would say such as "multiple GitHub accounts".

2 / 3

Distinctiveness Conflict Risk

Targets a clear niche — account-locked gh aliases for multi-account GitHub — with distinct triggers unlikely to fire for unrelated skills.

3 / 3

Total

10

/

12

Passed

Validation

93%

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

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

15

/

16

Passed

Repository
bradygaster/squad
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.