Document official extensions and add selective investigation skills - #3015
Open
RabbiIslamRony wants to merge 2 commits into
Open
RabbiIslamRony wants to merge 2 commits into
RabbiIslamRony wants to merge 2 commits into
Conversation
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.
PR Type
What kind of change does this PR introduce?
Description
Extension investigations currently require repeatedly identifying the owning product and relevant source, with a risk of treating the default branch or version number as authoritative. This adds source-backed documentation for the 40 verified official catalog products and selective investigation skills that route a request to the relevant product and topic.
The change contains 40 product skills plus one router, 88 short topic pages, 89 inspected source snapshots, searchable evidence ledgers, Core contract references, and routing, coverage, drift-validation and safe-install tooling. AGENTS.md and CLAUDE.md link to the selective router. Large evidence ledgers account for most of the 578 changed files and generated line count; start review with docs/extensions/README.md, ROUTER.md, WORKFLOW.md and VALIDATION.md. No plugin runtime behavior changes.
How to reproduce the issue or how to test the changes
python3 docs/extensions/scripts/test_routing.py. Verified 80/80 exact product/repository routes and 29/29 symptom/integration cases, including 12 English symptom paraphrases. Fresh and identical skill installations pass; differing existing skills are refused and preserved.python3 docs/extensions/scripts/validate.pywith the inspected source checkouts available. Verified 55,199 documentation/source references and line references in 8,056 source files, with zero errors. All 41 repository skills also passed the official skill-creator validator.php -l docs/extensions/scripts/scan_php.phpandgit diff --check; both passed. Review the documented focused functional/browser recipes before applying this mapping to a runtime issue; those recipes have not been executed as part of this documentation change.Snapshot provenance includes absolute local source paths. Full source-line and drift validation requires the recorded source checkouts or refreshed path mappings. Structural source mapping and deterministic routing tests do not establish runtime compatibility, exhaustive semantic review, or new-session AI skill discovery.
Any linked issues
None — documentation and skill tooling task.
Checklist
PHPCS has not been run locally. The added standalone PHP source scanner passed PHP syntax validation; no WordPress runtime PHP was changed.