Simplify and clean up code after changes are complete. Reduces complexity, improves readability, and ensures consistency.
원문 언어: 영어
메뉴
SkillsMP는 meleantonio/ChernyCode에서 7개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.
수집된 skill 7개 중 7개를 표시합니다.
Simplify and clean up code after changes are complete. Reduces complexity, improves readability, and ensures consistency.
원문 언어: 영어
Commit changes, push to remote, and create a pull request. Use for completing features or fixes ready for review.
원문 언어: 영어
Find and fix technical debt including duplicated code, dead code, outdated patterns, and code smells. Run at the end of sessions to clean up.
원문 언어: 영어
Python code style and formatting standards using Ruff. Use when writing or reviewing Python code.
원문 언어: 영어
Git workflow and commit conventions. Use when committing code, creating branches, or making pull requests.
원문 언어: 영어
LLM and ML development best practices with LangChain and transformers. Use when building AI/ML applications.
원문 언어: 영어
Testing conventions using pytest. Use when writing tests, creating fixtures, or running test suites.
원문 언어: 영어