with one click
pvcaptest
pvcaptest contains 6 collected skills from pvcaptest, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Release a new pvcaptest version to the conda-forge channel after it is published on PyPI. Use this skill whenever the user wants to update/release the conda package, cut a conda-forge release, merge the regro-cf-autotick-bot PR on the pvcaptest-feedstock, or bump the feedstock recipe to a new version. The gating step is always checking for dependency changes before merging.
Use when adding a new preset/entry to the captest TEST_SETUPS registry in src/captest/captest.py — turning a brief description of a capacity-test regression (monofacial, bifacial e_total, spectral-corrected, temperature-corrected) into a complete, validated test-setup dict plus its test coverage. Triggers include "add a test setup", "new TEST_SETUPS preset", "add an e2848/bifacial/spectral preset", or a one-line description of a regression form to register.
Create a GitHub pull request for the pvcaptest fork following project conventions. Use this skill whenever the user asks to create a PR, open a pull request, submit changes for review, or push a branch up for review. Handles pre-flight checks (tests, lint, docs), commit analysis, and PR creation via the gh CLI targeting the upstream pvcaptest repo.
Write unit tests for pvcaptest (captest) features and bug fixes. Use this skill whenever the user asks to write tests, add test coverage, do TDD, test a new feature, or test a bug fix — even if they just say "write tests for this" or "make sure this is covered". The skill detects the situation automatically, if no uncommitted changes exist, it follows TDD by writing failing tests first; if changes are already written, it reviews the implementation, checks testability, writes covering tests, and verifies coverage on the new code only.
Update pvcaptest user-facing documentation when code changes. Use this skill whenever asked to update docs, review docs, handle documentation changes, or analyze recent commits for documentation needs. Also trigger this skill when the user mentions the user guide, changelog, API docs, docstrings, ReadTheDocs, Sphinx, RST files, or needs to document a new feature, parameter, method, or behavior change in captest/pvcaptest.
Squash-merge a GitHub PR for pvcaptest, clean up branches, and keep all local copies in sync. Use this skill whenever the user says "merge the PR", "merge PR