checking-changes

Run at the end of a work session or after completing a set of changes — not after every small edit.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "checking-changes" with this command: npx skills add streamlit/streamlit/streamlit-streamlit-checking-changes

Checking Changes

Run at the end of a work session or after completing a set of changes — not after every small edit.

make check

This runs formatting, linting, type checking, and unit tests on all uncommitted files (staged, unstaged, and untracked).

Workflow

  • Run make check

  • If issues are found:

  • Fix the reported errors

  • Re-run make check

  • Repeat until all checks pass

  • Only consider work complete when make check succeeds

Notes

  • E2E tests are not included by default; use E2E_CHECK=true make check to also run changed e2e tests

  • E2E snapshot mismatches can be ignored (they require manual updates)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

streamlit

No summary provided by upstream source.

Repository SourceNeeds Review
General

debugging-streamlit

No summary provided by upstream source.

Repository SourceNeeds Review
General

implementing-new-features

No summary provided by upstream source.

Repository SourceNeeds Review