# Government Research

> Site-targeted official/government research — official sources, regulations, public records. Use when authoritative, jurisdiction-specific evidence is needed.

- Skill: `samraddhashrivastavatech/government-research` (Agent Skill)
- Install (CLI): `npx skillmds@latest add samraddhashrivastavatech/government-research`
- Raw SKILL.md: https://api.skillmd.com/api/skills/samraddhashrivastavatech/government-research/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- Author: SAMRADDHASHRIVASTAVATECH (https://skillmd.com/u/samraddhashrivastavatech)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/samraddhashrivastavatech/government-research

---


# Government research

Search official/government channels for authoritative, jurisdiction-specific
material.

## When to use

- Regulations, statutes, policy documents, official statistics.
- Jurisdiction-specific questions ("what does the law say in <region>?").
- When the user needs a citable official source, not commentary.

## Tools used

- `search_government` — `query` with `region` country code (default `in`) and
  `limit`, using operator-aware site targeting.

## Workflow

1. Confirm the jurisdiction; decide the region code.
2. `search_government` (optionally complement with `search-operators` site:
   constraints).
3. Prefer primary official (`.gov`/equivalent) hits over aggregators.
4. Record the issuing body and document title for citation; check dates — rule
   changes make old docs stale.

## Input schema

```json
{ "query": "str", "region": "str", "limit": "int" }
```

## Output schema

```json
{ "results": "list[{title,url,agency,date}]" }
```

## Security

Official ≠ current. Always anchor to the document date/version and body; treat
regulatory text as data to be interpreted carefully.

## Related skills

`search-operators`, `web-search`, `source-analysis`, `document-research`
