gokhun celik avatar

gokhun celik

Community

@celikgo · Istanbul

11Followers
|
18Public Repos
|
18Published Skills

engineer

Skills Distribution
DomainDeveloper To...Web Quality Auditing (35%)End-to-End Test Au.. (30%)CI/CD Test Gating (15%)Regression & Visua.. (12%)

Agent Skills by gokhun celik

Showing 18 vetted skills indexed across 1 GitHub repositories.

celikgocelikgo

auditing-web-lighthouse

Runs Google Lighthouse audits against a URL and reports 0-100 category scores.

Community
Intermediate
celikgocelikgo

auditing-web-security

Audits a loaded web page for CSP weaknesses, mixed content, and missing cookie flags.

Community
Intermediate
celikgocelikgo

troubleshooting-webmobai-setup

Diagnoses WebMobAI installation, MCP wiring, and browser session failures using webmobai-doctor.

Community
Advanced
celikgocelikgo

testing-web-error-states

Injects deterministic network failures via request interception to verify web apps degrade gracefully.

Community
Intermediate
celikgocelikgo

debugging-web-selectors

Diagnose broken or ambiguous web selectors and return ranked replacement candidates.

Community
Intermediate
celikgocelikgo

auditing-web-accessibility

Audits websites for WCAG accessibility violations using axe-core and generates severity-grouped HTML reports.

Community
Advanced
celikgocelikgo

auditing-web-performance

Measure Core Web Vitals and load timing for web pages using Playwright browser sessions.

Community
Intermediate
celikgocelikgo

testing-web-responsive

Tests web pages across multiple viewport breakpoints and flags layout issues like horizontal overflow.

Community
Intermediate
celikgocelikgo

running-web-smoke-test

Runs a fast single-page pass/fail check for page load, console errors, broken images, and expected content.

Community
Intermediate
celikgocelikgo

authoring-web-scenarios

Generate deterministic JSON test scenarios from live browser exploration or natural-language descriptions.

Community
Advanced
celikgocelikgo

monitoring-web-regressions

Detects web performance regressions by comparing latest test runs against historical medians.

Community
Advanced
celikgocelikgo

testing-web-app

Runs end-to-end website QA audits covering accessibility, performance, responsive layout, and errors with HTML reports.

Community
Advanced
celikgocelikgo

exploring-web-app

Crawls internal links of a website to build a structured site map with per-page health and feature tags.

Community
Advanced
celikgocelikgo

testing-web-forms

Tests web form submission, validation, error states, and accessibility using Playwright-driven browser automation.

Community
Advanced
celikgocelikgo

running-web-ci-suites

Runs WebMobAI scenario suites as CI gates with sharding, JUnit reports, and exit codes.

Community
Advanced
celikgocelikgo

verifying-web-flows

Runs pass/fail acceptance tests on web flows using auto-waiting browser assertions.

Community
Intermediate
celikgocelikgo

testing-web-authenticated-sessions

Captures and replays Playwright storageState sessions to test pages behind login walls.

Community
Advanced
celikgocelikgo

regression-web-visual

Detects visual changes between two website states using matched screenshots and pixel diffs.

Community
Advanced

Frequently Asked Questions About gokhun celik

FAQPage Schema
What 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.