Repository Analysis

agentskills/agentskills

13.7 Low AI signal View on GitHub
13.7
Adjusted Score
13.7
Raw Score
100%
Time Factor
Last Push
Stars
Language
2,186
Lines of Code
26
Files
28
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 0HIGH 2MEDIUM 0LOW 26

Pattern Findings

28 matches across 4 categories. Click a row to expand file-level details.

Hyper-Verbose Identifiers17 hits · 10 pts
SeverityFileLineSnippet
LOWskills-ref/tests/test_parser.py35def test_unclosed_frontmatter():
LOWskills-ref/tests/test_parser.py55def test_non_dict_frontmatter():
LOWskills-ref/tests/test_parser.py128def test_find_skill_md_prefers_uppercase(tmp_path):
LOWskills-ref/tests/test_parser.py139def test_find_skill_md_accepts_lowercase(tmp_path):
LOWskills-ref/tests/test_parser.py150def test_find_skill_md_returns_none_when_missing(tmp_path):
LOWskills-ref/tests/test_parser.py158def test_read_properties_with_lowercase_skill_md(tmp_path):
LOWskills-ref/tests/test_parser.py173def test_read_with_allowed_tools(tmp_path):
LOWskills-ref/tests/test_prompt.py55def test_special_characters_escaped(tmp_path):
LOWskills-ref/tests/test_validator.py41def test_invalid_name_uppercase(tmp_path):
LOWskills-ref/tests/test_validator.py81def test_name_consecutive_hyphens(tmp_path):
LOWskills-ref/tests/test_validator.py94def test_name_invalid_characters(tmp_path):
LOWskills-ref/tests/test_validator.py107def test_name_directory_mismatch(tmp_path):
LOWskills-ref/tests/test_validator.py134def test_valid_with_all_fields(tmp_path):
LOWskills-ref/tests/test_validator.py150def test_allowed_tools_accepted(tmp_path):
LOWskills-ref/tests/test_validator.py221def test_description_too_long(tmp_path):
LOWskills-ref/tests/test_validator.py251def test_compatibility_too_long(tmp_path):
LOWskills-ref/src/skills_ref/validator.py104def _validate_metadata_fields(metadata: dict) -> list[str]:
Docstring Block Structure2 hits · 10 pts
SeverityFileLineSnippet
HIGHskills-ref/src/skills_ref/parser.py31Parse YAML frontmatter from SKILL.md content. Args: content: Raw content of SKILL.md file Returns:
HIGHskills-ref/src/skills_ref/parser.py68Read skill properties from SKILL.md frontmatter. This function parses the frontmatter and returns properties. I
Unused Imports8 hits · 8 pts
SeverityFileLineSnippet
LOWskills-ref/src/skills_ref/__init__.py3
LOWskills-ref/src/skills_ref/__init__.py3
LOWskills-ref/src/skills_ref/__init__.py3
LOWskills-ref/src/skills_ref/__init__.py4
LOWskills-ref/src/skills_ref/__init__.py5
LOWskills-ref/src/skills_ref/__init__.py5
LOWskills-ref/src/skills_ref/__init__.py6
LOWskills-ref/src/skills_ref/__init__.py7
Redundant / Tautological Comments1 hit · 2 pts
SeverityFileLineSnippet
LOW.claude/hooks/session-start.sh5# Check if Mintlify CLI is installed