Audit a repo for inconsistencies — stale docs, naming drift, structural asymmetry, test drift — and produce a tiered report, then grill the user on what to fix. Use when the user wants an inconsistency/consistency audit, asks to find contradictions or drift…
sefop/sefop-python-starter
SkillsMP has collected 6 skills from sefop/sefop-python-starter. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 6
- GitHub stars
- 4
- GitHub forks
- 7
Skills in this repository
Showing 6 of 6 collected skills.
Commenting code conventions for this project. Use when writing or reviewing any Python code in this repo.
Grill the user relentlessly about a plan or design. Use when the user wants to stress-test a plan before building, or uses any 'grill' trigger phrases.
Grill the user relentlessly about a plan or design. Then create a github issue with the description.
Create a GitHub pull request targeting main, with body auto-generated from the diff, using this repo's PR template. Use when the user wants to open a PR from the current branch.
Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.