Skip to main content
Run any Skill in Manus
with one click
GitHub repository

pvcaptest

pvcaptest contains 6 collected skills from pvcaptest, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
6
Stars
25
updated
2026-06-25
Forks
23
Occupation coverage
3 occupation categories · 100% classified
repository explorer

Skills in this repository

conda-release
software-developers

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.

2026-06-25
add-test-setup
data-scientists-152051

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.

2026-06-24
create-pr
software-developers

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.

2026-05-23
unit-tests
software-quality-assurance-analysts-and-testers

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.

2026-04-05
docs-update
software-developers

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.

2026-04-05
merge-pr
software-developers

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

2026-04-05