gokhun celik
Community@celikgo · Istanbul
engineer
Agent Skills by gokhun celik
Showing 18 vetted skills indexed across 1 GitHub repositories.
auditing-web-lighthouse
Runs Google Lighthouse audits against a URL and reports 0-100 category scores.
auditing-web-security
Audits a loaded web page for CSP weaknesses, mixed content, and missing cookie flags.
troubleshooting-webmobai-setup
Diagnoses WebMobAI installation, MCP wiring, and browser session failures using webmobai-doctor.
testing-web-error-states
Injects deterministic network failures via request interception to verify web apps degrade gracefully.
debugging-web-selectors
Diagnose broken or ambiguous web selectors and return ranked replacement candidates.
auditing-web-accessibility
Audits websites for WCAG accessibility violations using axe-core and generates severity-grouped HTML reports.
auditing-web-performance
Measure Core Web Vitals and load timing for web pages using Playwright browser sessions.
testing-web-responsive
Tests web pages across multiple viewport breakpoints and flags layout issues like horizontal overflow.
running-web-smoke-test
Runs a fast single-page pass/fail check for page load, console errors, broken images, and expected content.
authoring-web-scenarios
Generate deterministic JSON test scenarios from live browser exploration or natural-language descriptions.
monitoring-web-regressions
Detects web performance regressions by comparing latest test runs against historical medians.
testing-web-app
Runs end-to-end website QA audits covering accessibility, performance, responsive layout, and errors with HTML reports.
exploring-web-app
Crawls internal links of a website to build a structured site map with per-page health and feature tags.
testing-web-forms
Tests web form submission, validation, error states, and accessibility using Playwright-driven browser automation.
running-web-ci-suites
Runs WebMobAI scenario suites as CI gates with sharding, JUnit reports, and exit codes.
verifying-web-flows
Runs pass/fail acceptance tests on web flows using auto-waiting browser assertions.
testing-web-authenticated-sessions
Captures and replays Playwright storageState sessions to test pages behind login walls.
regression-web-visual
Detects visual changes between two website states using matched screenshots and pixel diffs.
Frequently Asked Questions About gokhun celik
FAQPage SchemaWhat tasks can I perform with gokhun celik's WebMobAI skills?▼
You can audit sites for Lighthouse scores, WCAG accessibility, Core Web Vitals, SEO/meta tags, security headers, and PWA readiness; test forms, responsive breakpoints, and error states; verify user flows with assertions; detect visual regressions; and run scenario suites as CI gates.
Who are these WebMobAI skills designed for?▼
They target QA engineers, front-end developers, and site reliability teams who need deterministic browser testing, accessibility and performance audits, and pre-deploy verification of web applications, including sites behind authentication.
How do I run WebMobAI scenarios in a CI pipeline?▼
Use the running-web-ci-suites skill: build a suite file, parallelize with --workers, split across machines with --shard, filter with --tag, wire JUnit XML into your CI test reporter, upload artifacts, and rely on exit codes to fail the build.
What prerequisites and dependencies do these skills require?▼
They require the WebMobAI MCP server connected to Claude, a launched Playwright browser engine, and optionally Lighthouse for official 0-100 scores. The troubleshooting-webmobai-setup skill diagnoses missing tools, uninstalled engines, disabled features, and rejected storageState files.
Can these skills test sites behind a login wall?▼
Yes. The testing-web-authenticated-sessions skill captures a logged-in session once with webmobai_save_storage_state, then replays it on later runs via storage_state_path, --storage-state, or the scenario storageState field, supporting MFA and SSO logins.