graphql-n-plus-one-remediation
testland/qaDetects and fixes the GraphQL N+1 pattern: scans a repo, PR diff, or schema type for list-returning resolvers (grep-driven detection workflow), traces the…
Scores out of 100 · grade B+
2026-08-20Works
40% of the score100/100
- Loads cleanly: valid frontmatter, required fields present, no dangling references.
Maintained
25% of the score100/100
- no commits in the last 12 weeks
Adopted
20% of the score11/100
- 5 stars on the source repo.
Documented
15% of the score90/100
- 1,858 words with worked examples.
- Ships 3 bundled files.
Install
npx skills add testland/qa/graphql-n-plus-one-remediationWhat it says it does
Detects and fixes the GraphQL N+1 pattern: scans a repo, PR diff, or schema type for list-returning resolvers (grep-driven detection workflow), traces the resolver tree to locate the fan-out (one parent query returns N rows, then a child field resolver fires once per row), classifies every child field resolver as safe or N+1 risk, and applies one of three fixes: per-request DataLoader batching, eager projection in the parent resolver, or selection-set-aware prefetch. Use when reviewing a PR that adds or changes a list-returning resolver, when a connection-pool exhaustion or slow-query alert traces back to GraphQL traffic, or when a resolver trace shows a child field resolved once per parent row.
Also in testland/qa
| Artifact | Score | What the check found | Type | Reach | Last commit |
|---|---|---|---|---|---|
| idempotency-test-authortestland/qa | clean | Skill | 5 stars | yesterday | |
| flaky-test-quarantinetestland/qa | clean | Skill | 5 stars | yesterday | |
| appium-testingtestland/qa | clean | Skill | 5 stars | yesterday | |
| fast-check-testingtestland/qa | clean | Skill | 5 stars | yesterday | |
| negative-test-generatortestland/qa | clean | Skill | 5 stars | yesterday | |
| test-code-conventionstestland/qa | clean | Skill | 5 stars | yesterday |
Other backend & apis skills
Browse all| Artifact | Score | What the check found | Category | Reach | Last commit |
|---|---|---|---|---|---|
| find-skillsvercel-labs/skills | clean | Backend & APIs | 3,055,082 installs | 3 days ago | |
| write-api-referencevercel/next.js | clean | Backend & APIs | 142k stars | today | |
| fastapifastapi/fastapi | clean | Backend & APIs | 8,017 installs | 2 days ago | |
| paperclippaperclipai/paperclip | clean | Backend & APIs | 3,217 installs | today | |
| onchain-pay-open-apiccxt/ccxt | clean | Backend & APIs | 44k stars | today | |
| namecheapgithub/awesome-copilot | clean | Backend & APIs | 38k stars | today |
Put this measurement in your README
A badge carrying how many listings this index holds from the repository and how many pass every static structural check. It reads from this index every time somebody loads your page, so it changes when the measurement changes and there is nothing to keep up to date. Free, no account, and the value is not something you or we can set by hand.
[](https://skillworks.kynth.studio/?q=testland%2Fqa)Would rather not hotlink us? Every badge is also served in shields.io’s endpoint schema, so shields renders the image and your readers never talk to our domain:
Published by Toolproof, the masthead over this index and eight others. The method behind the number is at toolproof.kynth.studio/methodology, and the whole thing is readable as JSON with no key at /api.
