Skip to main content
Run any Skill in Manus
with one click
GitHub repository

SemanticDrilldown

SemanticDrilldown contains 18 collected skills from SemanticMediaWiki, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
18
Stars
5
updated
2026-06-10
Forks
18
Occupation coverage
2 occupation categories · 100% classified
repository explorer

Skills in this repository

code-fix-js-mediawiki
software-developers

Fix a JavaScript bug in a MediaWiki extension. Use when asked to correct incorrect client-side behaviour, a failing QUnit test, or a reported defect in JS or LESS/CSS files within a MediaWiki extension context.

2026-06-10
code-fix-php-mediawiki
software-developers

Fix a PHP bug in a MediaWiki extension. Use when asked to correct incorrect behaviour, a failing test, or a reported defect in PHP code within a MediaWiki extension context.

2026-06-10
test-fix-js-mediawiki
software-quality-assurance-analysts-and-testers

Fix broken or incorrect QUnit tests in a MediaWiki extension. Use when a JavaScript test fails for the wrong reason or needs to be corrected to reflect the actual specification.

2026-06-10
test-fix-php-mediawiki
software-quality-assurance-analysts-and-testers

Fix broken or incorrect PHPUnit tests in a MediaWiki extension. Use when a test fails for the wrong reason, asserts the wrong thing, or needs to be corrected to reflect the actual specification.

2026-06-10
code-refactor-js-mediawiki
software-developers

Refactor JavaScript code in a MediaWiki extension without changing behaviour. Use when asked to improve structure, modernise syntax, or apply clean-code improvements to JS or CSS files in a MediaWiki context.

2026-06-10
code-refactor-php-mediawiki
software-developers

Refactor PHP code in a MediaWiki extension without changing behaviour. Use when asked to improve structure, extract methods, rename classes, or apply clean-code improvements to PHP files in a MediaWiki context.

2026-06-10
code-write-js-mediawiki
software-developers

Implement new JavaScript functionality in a MediaWiki extension. Use when asked to add a new feature, implement a ResourceLoader module, or build new client-side behaviour in a MediaWiki context.

2026-06-10
code-write-php-mediawiki
software-developers

Implement new PHP functionality in a MediaWiki extension. Use when asked to add a new feature, implement a method, or build new behaviour in PHP within a MediaWiki extension context.

2026-06-10
commit-do
software-developers

Classify the staged changes and create a Conventional Commit. Use when asked to commit changes, write a commit message, or finalize a set of code changes into a commit following the project's commit convention.

2026-06-10
coverage-php-mediawiki
software-quality-assurance-analysts-and-testers

Measure PHP test coverage in a MediaWiki extension. Use when asked to run coverage analysis, compare before/after coverage for a change, or extract line and method coverage numbers from a Clover XML report.

2026-06-10
dep-update-mediawiki
software-developers

Update dependencies in a MediaWiki extension. Use when asked to upgrade Composer or npm packages, update the submodule lock, or apply dependency security patches.

2026-06-10
doc-write
software-developers

Write or update documentation for a project. Use when asked to add or improve README files, CONTRIBUTING guides, inline code comments, or any other project documentation.

2026-06-10
lint-fix-mediawiki
software-developers

Fix linting violations in a MediaWiki extension. Use when asked to fix ESLint, PHPCS, stylelint, or Phan issues reported by the CI pipeline or linter tools.

2026-06-10
lint-run-mediawiki
software-developers

Run all linters for a MediaWiki extension and report violations. Use when asked to check code style, run static analysis, or verify linting passes before committing.

2026-06-10
release-do
software-developers

Prepare and execute a versioned release. Use when asked to cut a release, bump the version number, tag a release, or publish a new version following the project's release workflow.

2026-06-10
test-run-mediawiki
software-quality-assurance-analysts-and-testers

Run the full test suite for a MediaWiki extension and report results. Use when asked to run tests, verify CI passes, or check test status before committing.

2026-06-10
test-write-js-mediawiki
software-quality-assurance-analysts-and-testers

Write QUnit tests for JavaScript in a MediaWiki extension. Use when asked to add test coverage for untested client-side behaviour or write tests for a new JavaScript feature.

2026-06-10
test-write-php-mediawiki
software-quality-assurance-analysts-and-testers

Write PHPUnit tests for a MediaWiki extension. Use when asked to add test coverage for untested behaviour, write tests for a new feature, or close coverage gaps in PHP test files within a MediaWiki extension context.

2026-06-10