atlas-recruit

Explore and validate Atlas recruitment routes, filters, and GraphQL bootstraps in gated SaaS environments.

9|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/yangchuansheng/browser-harness-rust --skill atlas-recruit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: atlas-recruit
Source: https://github.com/yangchuansheng/browser-harness-rust/tree/main/domains/atlas
Command: npx skills add https://github.com/yangchuansheng/browser-harness-rust --skill atlas-recruit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Atlas recruitment on gated platforms often requires guided exploration of routes, filters, and GraphQL bootstraps to perform authenticated UI probes reliably.

Core Features & Use Cases

  • Route documentation & validation: Map and verify key application routes like /home, /sign-in, and domain-specific flows.
  • Filter & GraphQL bootstrap understanding: Clarify how URL filters and GraphQL endpoints interact with authentication to surface correct data.
  • Use Case: Imagine QA verifying that the dashboard loads after login and that restricted routes enforce proper access controls.

Quick Start

Open Atlas in a browser, sign in with Google SSO, and navigate to /home to observe the authenticated dashboard.

Frequently Asked Questions about atlas-recruit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate authenticated UI routes in gated SaaS environments?

Validating authenticated UI routes in gated SaaS environments requires mapping key application routes like /home and /sign-in to verify access controls and ensure restricted routes enforce proper authentication before loading data.

How do GraphQL endpoints and frontend filters interact during recruitment pipeline authentication?

GraphQL endpoints and frontend filters interact during recruitment pipeline authentication by using URL query parameters to filter data, while GraphQL bootstraps surface the correct data shapes only after verifying authenticated session access.

What is the best way to automate exploration of Atlas recruitment workflows?

Automating exploration of Atlas recruitment workflows involves performing authenticated UI probes across application routes, validating URL filters, and checking GraphQL endpoints to verify access and data shapes reliably.

Does Atlas recruitment workflow validation work with Google SSO?

Yes, Atlas recruitment workflow validation works with Google SSO. You must sign in using Google SSO to establish an authenticated session before navigating to /home to observe the authenticated dashboard and probe restricted routes.

Why does my dashboard fail to load after validating restricted routes?

Your dashboard may fail to load after validating restricted routes if the authentication session is not properly established, preventing the GraphQL endpoints from returning the expected data shapes required to render the authenticated dashboard.

Can I use query params to test frontend filters on restricted routes?

Yes, you can use query params to test frontend filters on restricted routes. Understanding how URL filters interact with authenticated sessions allows you to verify that restricted routes enforce proper access controls while surfacing correct data.