Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

mailpoet

mailpoet には mailpoet から収集した 11 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
11
Stars
158
更新
2026-06-29
Forks
74
職業カバレッジ
2 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

reviewing-code
ソフトウェア品質保証アナリスト・テスター

Use when reviewing pull requests or local code changes. Use when asked to review a PR, review code, test changes, verify implementation quality, or do a code review.

2026-06-29
sql-performance
ソフトウェア開発者

Use when adding or changing SQL queries, joins, WHERE/ORDER BY clauses, listing/search/filter queries, statistics aggregation, segment computation, or any query whose cost grows with the number of subscribers, sent emails, or open/click stats.

2026-06-29
debugging-failed-tests
ソフトウェア品質保証アナリスト・テスター

Use when investigating a failing test — reported via a CircleCI job/build URL, or output from a local test run. Triggers on phrases like "this test failed", "debug this CI failure", "why did the nightly fail?", "investigate the failure on <branch>", or any message pasting a CircleCI URL with failure context. Guides the investigator to diagnose, fix, and verify the fix locally. Stops there — committing, opening a PR, or writing a changelog is the caller's call (see `creating-pull-requests`, `writing-changelog`).

2026-05-26
mailpoet-dev-cycle
ソフトウェア開発者

Linting and code quality workflows for MailPoet development (PHP, JS/TS, CSS/SCSS). Use when fixing code style or following the development workflow.

2026-05-26
running-tests
ソフトウェア品質保証アナリスト・テスター

Use when running MailPoet tests — executing a full suite, running a single file or single test, running in debug/multisite mode, or shelling into the test container. Triggers on phrases like "run the unit tests", "run this test file", "execute the integration suite", "kick off acceptance tests", "rerun the failed tests". Does not cover authoring tests (see writing-tests) or investigating a failed CI run (see debugging-failed-tests).

2026-05-26
writing-tests
ソフトウェア品質保証アナリスト・テスター

Use when authoring tests for MailPoet — adding a new test case, picking the right test type, choosing a name, structuring the file, deciding what belongs in unit vs integration vs acceptance. For invoking the test runner (running a file, the whole suite, premium variants, debug mode) see running-tests. For investigating a CI failure see debugging-failed-tests.

2026-05-26
sql-collation-safety
ソフトウェア開発者

Use when adding or changing SQL joins, WHERE comparisons, temporary tables, segment filters, subscriber synchronization, or WooCommerce queries that compare text columns across WordPress, WooCommerce, and MailPoet tables.

2026-05-13
mailpoet-beta-compat-test
ソフトウェア品質保証アナリスト・テスター

Use when a new WooCommerce or WordPress beta / release candidate is available and you need to test MailPoet's compatibility against it. Triggers on phrases like "test against WC beta", "test MailPoet on WP beta", "compatibility test", "new WooCommerce version", "new WordPress version".

2026-05-06
creating-pull-requests
ソフトウェア開発者

ALWAYS use when asked to: create a PR, open a PR, make a PR, push and create PR, submit changes for review. Do NOT use gh pr create directly.

2026-04-28
writing-changelog
ソフトウェア開発者

Use when adding a changelog entry for a branch. Use after completing work on a feature, fix, or improvement that is user-facing.

2026-04-27
starting-branch
ソフトウェア開発者

ALWAYS use when creating a new branch, starting work on a task, or working on a Linear issue. Handles branch naming, Linear lookup, and branch creation. Do NOT run git switch -c or git checkout -b directly.

2026-03-06