Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
GitHub-Repository

pytrendy

pytrendy enthält 6 gesammelte Skills von RussellSB, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
6
Stars
94
aktualisiert
2026-07-17
Forks
4
Berufsabdeckung
2 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

maintenance
Softwareentwickler

Use when making ANY code change to pytrendy, creating issues, or opening PRs. Covers commit format, PR title conventions, branch model, deprecation policy, API surface, diff conventions, remote session behaviour, and things you must not touch. Load this FIRST before any code work.

2026-07-17
pytrendy
Softwareentwickler

Use when working on pytrendy code, tests, or data. Covers the 5-stage pipeline, module map, install/verify, datasets, PyTrendyResults API, and docs tooling.

2026-07-17
test
Softwarequalitätssicherungsanalysten und -tester

Use when running, writing, or verifying pytrendy's test suite. Also covers pytest configuration.

2026-07-17
cicd
Softwareentwickler

Use when touching .github/workflows/, release config (.releaserc*), mkdocs.yml, docs deploy, or the whats-new generator. Covers branch-to-release-channel mapping, semantic-release, docs deploy gating, and the agentic whats-new flow.

2026-07-17
pr-plots
Softwareentwickler

Use when preparing a fix or feature PR for review and adding before/after plot evidence to the PR body. Covers generating pre-fix and post-fix plots via detect_trends(plot=True), updating the PR body with image placeholders via gh CLI, the human-in-the-loop image upload to user-attachments, and cleanup. Never commits plot files or temp scripts.

2026-06-27
debug
Softwareentwickler

Use when debugging a pytrendy bug, reproducing a regression, or inspecting intermediate pipeline stage output. Covers the tests/test.py sandbox convention, phase 1 (process_signals debug=True plots), phase 2 (segments_refine stage-by-stage bisect), and handoff to the test skill for formal regression tests.

2026-06-25