AgentStack
SKILL verified MIT Self-run

Qa

skill-floomhq-moto-qa · by floomhq

>

No reviews yet
0 installs
14 views
0.0% view→install

Install

$ agentstack add skill-floomhq-moto-qa

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Qa? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

QA Skill

Step 1: Get the diff

git diff main...HEAD
# or for staged changes:
git diff --cached
# or for a specific commit range:
git diff ..

Step 2: Categorize changes

For each changed file, identify:

  • Type: frontend / backend / config / tests / docs / infra
  • Scope: which feature/module/route is affected
  • Risk: low / medium / high

Step 3: Impact analysis

Frontend changes

  • Which pages/routes render the changed components?
  • Are there loading/error states to test?
  • Are there mobile/desktop variants to check?
  • Does the change affect layout shift or performance?

Backend changes

  • Which API endpoints are affected?
  • Which consumers call those endpoints?
  • Are there database queries that changed?
  • Are there cron jobs or background tasks affected?

Config/env changes

  • Which environments are affected?
  • Is there a migration or deployment step needed?
  • Are there secrets that need to be rotated or updated?

Breaking changes

  • Are any public interfaces changing signature?
  • Are any database schemas changing?
  • Are any API contracts changing?

Step 4: Test plan

Generate a concrete test checklist based on the affected areas:

TEST PLAN for this diff:

Pages/routes to verify:
- [ ] /path/to/page - verify [specific behavior]
- [ ] /other/route - verify [specific behavior]

API endpoints to verify:
- [ ] GET /api/endpoint - verify [expected response]

Edge cases to check:
- [ ] [specific edge case]
- [ ] [error state]

Regression checks (ensure nothing broke):
- [ ] [existing feature that could be affected]

Step 5: Risk summary

QA SUMMARY
Files changed: N
Risk level: [LOW / MEDIUM / HIGH]
Affected areas: [list]
Manual testing required: [YES / NO]
Recommended: [SHIP / NEEDS MORE TESTING / STOP]

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

  • Author: floomhq
  • Source: floomhq/moto
  • License: MIT
  • Homepage: https://github.com/floomhq/moto#readme

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.