src/skillcheck/__main__.py
src/skillcheck/commands.py
src/skillcheck/rules/sizing.py
src/skillcheck/rules/frontmatter_fields.py
src/skillcheck/rules/template.py
src/skillcheck/rules/__init__.py
src/skillcheck/rules/disclosure.py
src/skillcheck/rules/frontmatter_description.py
src/skillcheck/rules/references.py
src/skillcheck/rules/frontmatter.py
src/skillcheck/rules/compat.py
src/skillcheck/rules/description.py
src/skillcheck/rules/frontmatter_name.py
src/skillcheck/io_limits.py
src/skillcheck/cli.py
src/skillcheck/parser.py
src/skillcheck/schemas/graph-v1.json
src/skillcheck/schemas/critique-v1.json
src/skillcheck/modes.py
src/skillcheck/agents/graph_codex.py
src/skillcheck/agents/schema.py
src/skillcheck/config_loader.py
src/skillcheck/agents/cursor.py
src/skillcheck/__init__.py
src/skillcheck/agents/claude.py
src/skillcheck/agents/graph_parser.py
src/skillcheck/agents/base.py
src/skillcheck/agents/__init__.py
action.yml
src/skillcheck/core/activation_render.py
src/skillcheck/agents/codex.py
src/skillcheck/formatters.py
CHANGELOG.md
src/skillcheck/agents/parser.py
src/skillcheck/agents/graph_cursor.py
src/skillcheck/agents/_ingest.py
REMEDIATION-EVIDENCE.md
skills/skillcheck/SKILL.md
scripts/measure_token_error.py
src/skillcheck/core/history.py
src/skillcheck/agents/graph_base.py
.pre-commit-hooks.yaml
.github/workflows/ci.yml
pyproject.toml
docs/case-study-silent-skill-failure.md
src/skillcheck/agents/graph_claude.py
scripts/score_corpus.py
src/skillcheck/core/graph_render.py
.github/workflows/release.yml
src/skillcheck/core/graph.py
.gitignore
Makefile
src/skillcheck/core/activation.py
tests/test_history_model.py
tests/test_critique_schema.py
scripts/summarize_batch.py
tests/test_type_annotations.py
scripts/regen_mode_conflict_fixture.py
README.md
src/skillcheck/core/graph_analyzers.py
CONTRIBUTING.md
scripts/regen_self_host_fixtures.py
src/skillcheck/core/history_io.py
src/skillcheck/core/graph_model.py
docs/case-study-v1-real-world-runs.md
.github/banner.svg
src/skillcheck/core/semantic.py
scripts/skillcheck_case_study_report.py
tests/test_template_detection.py
tests/test_cli_critique.py
src/skillcheck/config.py
src/skillcheck/core/symbolic.py
tests/test_graph_render.py
tests/test_self_host.py
tests/test_cli_critique_agent.py
tests/test_io_limits.py
tests/test_v1_architecture.py
tests/test_v1_2_false_positive_fixes.py
tests/test_agent_prompts.py
tests/test_graph_parser.py
tests/test_parser.py
tests/test_config_loader.py
tests/conftest.py
tests/golden/unknown-fields/expected.txt
tests/test_explain_score.py
tests/test_format_github.py
tests/test_activation.py
tests/test_untrusted_input.py
tests/test_golden_warnings.py
tests/test_name_compliance.py
tests/test_description_scorer_tuning.py
tests/test_history_regression.py
tests/test_graph_prompts.py
tests/test_graph_heuristic.py
tests/test_cli_history.py
tests/test_graph_analyzers.py
tests/test_published_schemas.py
tests/test_cli_graph_agent.py
tests/test_yaml_types.py
tests/test_graph_divergence.py
tests/test_v1_completion.py
tests/test_description.py
tests/test_version_coherence.py
tests/test_history_io.py
tests/test_tokenizer.py
tests/test_measure_token_error.py
tests/test_disclosure.py
tests/test_references.py
tests/test_ingest_sanitization.py
tests/test_yaml_anchors.py
tests/test_mode_conflicts.py
tests/test_config_validation.py
tests/test_fail_on_regression.py
tests/test_sizing.py
tests/test_cli_graph.py
tests/test_agent_prompts_smoke.py
tests/test_frontmatter.py
tests/test_compat_data_freshness.py
tests/test_formatter_golden.py
tests/test_critique_parser.py
tests/test_compat.py
tests/test_semantic_bridge.py
tests/test_cli.py
tests/fixtures/self_host/graph_clean.json
tests/test_critique_prompt.py
tests/test_pre_commit.py
tests/fixtures/golden/report.markdown.txt
tests/fixtures/golden/report.agent.txt
tests/fixtures/golden/report.github.txt
tests/fixtures/history/ledger_multi_run_passing.json
tests/fixtures/history/ledger_one_run.json
tests/fixtures/history/ledger_with_regression.json
