evindunn
- 5 skills
- 0 followers
- 10 hours ago last updated
- ▌ Document Code · evindunn bundleImprove code documentation by adding useful logical block comments, docstring-style comments for functions/classes/modules, and top-level file comments. Use when asked to document code, add comments, improve docstrings, explain entrypoints, make code easier for engineers or future AI agents to scan, or perform documentation passes across source files in any programming language.
- ▌ Refactor Testing · evindunn bundleFind, propose, cache, and implement high-value tests in a local code repository with a target-selection checkpoint. Use when Codex is asked to refactor testing, add missing tests, improve coverage, search a repo for modules that would benefit from tests, identify the best test target, confirm or choose alternatives, cache candidates and completed refactors for about one hour, implement tests with locally available tooling, and mark completed targets after implementation.
- ▌ Git Summarize Changes · evindunn bundleSummarize current-branch changes vs an auto-discovered base branch for MR-style output. Use when the user asks to summarize git changes, draft an MR description, or compare against main/release.
- ▌ Publish Poetry Project · evindunn bundleAdd or update build and publishing automation for Poetry-based Python projects. Use when an agent needs to configure GitHub Actions workflows for tagged releases, build wheels and sdists, publish artifacts to GitHub Releases, publish packages to PyPI, and document the release process in a Poetry project's repository.
- ▌ Jfrog Search Docker Image · evindunn bundleFind available Docker image tags in JFrog Artifactory using the `jf` CLI, especially when a user asks to search Artifactory/JFrog for a Python, base, CI, Docker, or container image tag and choose a concrete repository image string.