Rewrite CodeceptJS skills: bullets over prose, doc-verified content, cross-references - #3
Merged
Merged
Conversation
added 2 commits
August 23, 2026 13:51
…cross-references - fundamentals: restructure into Gate / Main rule / Where things go / Shortcuts / Architecture / Effects / Element-based API / Assertions; verify setCommonPlugins bundle, lazy-proxy DI rationale, ARIA-first locators, effects API against current codecept.io docs; soften low-level-access wording to a recommendation - writing/debugging/refactoring: compress workflows to numbered bullets, keep non-obvious traps (dry-run skips plugin init, aiTrace auto-on under MCP only, I.see needs context, step.opts), replace Pointers with Related skills cross-references - auth: fix typos, merge Verify/Refactor sections - run-analysis/exploration/ci-fix: bullet compression, trimmed pointers - migrations: cut duplicated doc-path pointer lists, compress repeated batch-run prose to bullets; translation tables and hard rules unchanged
Each description now leads with when the agent should invoke the skill plus compact trigger signals. Cut how-it-works summaries that duplicated the skill body (worst offenders: migration skills carried their whole workflow in the description).
DavertMik
force-pushed
the
rewrite-skills-bullets
branch
from
August 23, 2026 10:52
2db2e07 to
512b7e3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Rewrite of all 13 skills under
plugins/codeceptjs/skills/following three principles:--help,codeceptjs list, ornode_modules/codeceptjs/docs/are cutcodeceptjs-fundamentals § Effects,§ Plugins from CLI)Per-skill changes
codeceptjs-fundamentalssetCommonPlugins()bundle (enablesretryFailedStep+screenshot; registerspause,browser,aiTrace,heal), lazy-proxy DI rationale, ARIA-first locator priority, effects API (tryTo/retryTo/hopeThat/within),codeceptjs/els, assertion preference ladder (custom helper → ExpectHelper →codeceptjs/assertions→ external), soft assertions viahopeThat.noErrors(). Low-level access in Scenarios softened to a recommendationwriting-codeceptjs-testsI.seecontext requirement,step.optsdisambiguationdebugging-codeceptjs-testspause()explanations into Paths section; condensedcodeceptqto essentialsrefactoring-codeceptjs-testscodeceptjs-authcodeceptjs-run-analysis/codeceptjs-exploration/ci-fix-testsmigrate-codeceptjs-4Net: −223 lines across the set.
Test plan
Pointerssections remain (grep -c Pointersclean)