Arthur Iarley
Community@1arley · Recife, PE
Estudante de Sistemas de Informação na UFRPE, com atuação profissional como Analista de Projetos na Seed a Bit Tecnologia. Possuo experiência em desenvolvimento
Agent Skills by Arthur Iarley
Showing 31 vetted skills indexed across 1 GitHub repositories.
gamification-audit
Detects abuse of XP, points, streaks, referrals, and rewards using a trigger-condition-reward-reversal loop model.
edge-case-hunter
Generates boundary-value test cases and verifies system handling of null, empty, negative, and Unicode inputs.
user-flow-audit
Models user flows as state machines to detect dead ends, skippable steps, and refresh or back-button desyncs.
ux-review
Evaluates user interfaces against established UX principles and reports violations.
reference-research
Searches a curated references catalog and synthesizes external sources into actionable patterns.
market-research
Compares how real products solve UX problems at scale across nine experience dimensions.
adversarial-review
Attacks system assumptions using personas and canonical operations to generate testable audit hypotheses.
visual-quality-review
Reviews frontend interfaces for typography, spacing, hierarchy, contrast, and AI slop violations.
error-flow-audit
Audits multi-step operations for partial failures, unsafe retries, and missing rollback handling.
idempotency-audit
Tests repeated and retried requests to detect duplicated effects in payments, rewards, webhooks, and counters.
implementation-research
Researches technical implementation patterns from official docs, GitHub, and production code into actionable recommendations.
skill-router
Selects the smallest sufficient set of audit, security, and reliability skills for a task.
api-abuse-audit
Audits API endpoints for repetition, replay, ID manipulation, mass assignment, and missing rate limiting.
research-router
Routes research tasks to appropriate sources based on problem type classification.
accessibility-review
Reviews interfaces against WCAG standards for keyboard, focus, contrast, and screen reader support.
data-integrity-audit
Audits database schemas for missing unique constraints, foreign keys, transactions, and CHECK constraints.
security-audit
Audits codebases for tenant isolation, IDOR, secrets, and XSS vulnerabilities.
interaction-design
Audits hover, focus, pressed, disabled, loading, and transition states of interactive UI elements.
race-condition-hunter
Detects read-decision-write sequences lacking atomicity that violate invariants under concurrent requests.
github-reference-research
Researches GitHub repositories to extract implementation patterns and architectural decisions without copying code.
business-logic-audit
Audits business rules and invariants for bypass, repeat, reverse, and race vulnerabilities.
authorization-audit
Audits server-side authorization enforcement across roles, resources, and actions to detect IDOR and privilege escalation.
input-trust-audit
Detects server endpoints that trust client-supplied authority values instead of deriving them server-side.
state-consistency-audit
Detects divergences between database, cache, server, client, and URL state layers.
Frequently Asked Questions About Arthur Iarley
FAQPage SchemaWhat tasks can I perform using Arthur Iarley's skills?▼
You can run stack-adaptive security audits detecting IDOR, hardcoded secrets, and missing tenant isolation; hunt race conditions and idempotency failures in payments and rewards; audit gamification abuse, user flows, and error states; and review UX, accessibility, animation, and visual quality against established standards.
Who are these skills designed for?▼
They target engineers, security reviewers, and product auditors who need adversarial testing of web applications. Personas include backend developers verifying authorization and data integrity, frontend reviewers checking WCAG compliance and interaction states, and researchers synthesizing implementation patterns from GitHub and official documentation.
How do the audit skills work in practice?▼
Each skill applies a structured model: security-audit first detects language, framework, ORM, and auth mechanism, then sweeps five failure classes and produces evidence-backed findings with GitHub issues. The skill-router selects the smallest sufficient set of audit, security, reliability, and research skills per task.
Are these skills free and open source?▼
Yes. Nearly all skills carry the MIT license, permitting free use, modification, and redistribution. The manifest lists no paid tiers, subscriptions, or commercial restrictions for the audit, security, reliability, frontend, and research skills.
What prerequisites or dependencies do these skills require?▼
The manifest specifies no external runtime dependencies. Skills operate on an existing codebase or interface: security-audit requires access to project source and deploy files, research skills use a references catalog and GitHub, and triage or to-spec skills integrate with a project issue tracker.