Toolverse
All skills

mflux-pr

by filipstrand

Make a clean PR in mflux (inspect diff, quick verification, commit, push, open PR) using repo conventions.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Category
Testing

About this skill

Make a clean PR in mflux (inspect diff, quick verification, commit, push, open PR) using repo conventions.

How to use

  1. Zainstaluj skill mflux-pr w swoim projekcie Cursora, umieszczając go w katalogu .cursor/skills/.

  2. Przed uruchomieniem skilla upewnij się, że masz zainstalowane narzędzia: make do uruchamiania testów oraz gh (GitHub CLI) do operacji na repozytorium. Jeśli gh nie jest dostępny, będziesz musiał użyć interfejsu webowego GitHub lub zatrzymać proces.

  3. Kiedy jesteś gotów otworzyć pull requesta, uruchom skill. Skill automatycznie sprawdzi różnice w kodzie (diff) i przeprowadzi szybką weryfikację zmian.

  4. Skill uruchomi testy za pomocą make test-fast, aby upewnić się, że zmiany nie łamią istniejącego kodu. Jeśli zmiany dotyczą domyślnych parametrów CLI, publicznych API lub zachowania modelu, skill zwróci uwagę na potrzebę aktualizacji dokumentacji i przykładów.

  5. Skill poprosi Cię o potwierdzenie przed pushowaniem zmian do zdalnego repozytorium. Przejrzyj komunikat commita, aby upewnić się, że jest spójny z historią repozytorium.

  6. Po uzyskaniu Twojej zgody skill commituje zmiany, pushuje je do repozytorium i otwiera pull requesta, kończąc cały przepływ pracy.

Related skills

playwright-browser-automation

by lackeyjb

Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login flows, check links, automate any browser task. Use when user wants to test

Testing
13130

backtesting-frameworks

by wshobson

Build robust backtesting systems for trading strategies with proper handling of look-ahead bias, survivorship bias, and transaction costs. Use when developing trading algorithms, validating strategies, or building backtesting infrastructure.

Testing
12105

test-cases

by cexll

This skill should be used when generating comprehensive test cases from PRD documents or user requirements. Triggers when users request test case generation, QA planning, test scenario creation, or need structured test documentation. Produces detailed test cases covering

Testing
2862

python-testing-patterns

by wshobson

Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test suites, or implementing testing best practices.

Testing
46146

wcag-audit-patterns

by wshobson

Conduct WCAG 2.2 accessibility audits with automated testing, manual verification, and remediation guidance. Use when auditing websites for accessibility, fixing WCAG violations, or implementing accessible design patterns.

Testing
1893

code-reviewer

by google-gemini

Use this skill to review code. It supports both local changes (staged or working tree) and remote Pull Requests (by ID or URL). It focuses on correctness, maintainability, and adherence to project standards.

Testing
1248