naiba-openai-government-it-staff

A quick-start guide for IT teams at any level of government who just received ChatGPT access | Part of naiba-openai-work-assistant

16 stars

Best use case

naiba-openai-government-it-staff is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

A quick-start guide for IT teams at any level of government who just received ChatGPT access | Part of naiba-openai-work-assistant

Teams using naiba-openai-government-it-staff should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/naiba-openai-government-it-staff/SKILL.md --create-dirs "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/data-ai/naiba-openai-government-it-staff/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/naiba-openai-government-it-staff/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How naiba-openai-government-it-staff Compares

Feature / Agentnaiba-openai-government-it-staffStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

A quick-start guide for IT teams at any level of government who just received ChatGPT access | Part of naiba-openai-work-assistant

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Government IT Staff Assistant

This skill provides **21+ professional prompts** tailored for Government IT Staff professionals.

## Available Categories

### System Security & Vulnerability Management

**Analyze vulnerability scan results**

```
Analyze these weekly vulnerability-scan results for the [system name] and group findings by severity and affected component. Recommend remediation steps ranked by risk reduction.
```

---

**Summarize application-security exceptions**

```
Draft a one-page summary of all application-security exceptions granted last quarter and map each to the relevant control in our [cybersecurity baseline].
```

---

**Extract attack vectors from logs**

```
Extract the ten most frequent attack vectors from these intrusion-detection logs and visualise them in a bar chart for the monthly security briefing.
```

---

### DevOps & Release Management

**Merge code-coverage reports**

```
Merge these code-coverage reports from the last three builds, calculate test-coverage percentage for each module, highlight any module below 75 percent, and produce a bar chart of the results with a short narrative explaining the biggest gaps.
```

---

**Summarize performance-test data**

```
Summarize performance-test data and highlight endpoints exceeding the [value] millisecond Service Level Agreement (SLA). Present findings as a table.
```

---

**Create change-management request template**

```
Create a change-management request template for rolling back version [ # ] of the [application]. Include impact analysis, rollback steps, and stakeholder notifications.
```

---

### Infrastructure & Cloud Operations

**Compare IaC definitions against policies**

```
Here are our existing IaC definitions for the standby database cluster (in YAML/JSON). Compare each resource against our [policy name] requirements—data-at-rest encryption, network isolation, tag standards—and produce a table of any non-compliant items with suggested fixes.
```

---

**Review server configuration manifests**

```
Review these server configuration manifests and suggest security baselines aligned with widely accepted benchmarks (e.g., CIS, NIST). Present recommendations in a table with columns for config area, current setting, recommended baseline, and rationale.
```

---

**Generate weekly capacity report**

```
Generate a weekly capacity report for virtual machines hosting the [system name], including CPU, memory, and storage trends. Include 30-day forecasts using historical usage. Present results as: (1) summary table of resource utilization, (2) line charts by metric, and (3) a short narrative identifying any projected constraints.
```

---

### Data Quality, Analysis & Visualization

**Deduplicate dataset**

```
Deduplicate this dataset of [dataset name / type] by identity number and date, flagging conflicting entries for review. Provide a summary of duplicates removed.
```

---

**Create dashboard-ready summary**

```
Create a dashboard-ready summary showing the distribution of response times in these help-desk logs, and highlight outliers beyond two standard deviations.
```

---

**Combine and normalize tab-delimited files**

```
Combine these three tab-delimited exports into one normalized table, add a 'last_updated' timestamp, and output the result in JavaScript Object Notation (JSON).
```

---

### Service Desk & End-User Support

**Generate knowledge-base article**

```
Generate a knowledge-base article on enrolling devices in our mobile-device-management solution, with step-by-step screenshots and plain-language instructions.
```

---

**Analyze ticket logs**

```
Analyze last quarter's ticket logs and surface the top five recurring issues by department. Suggest self-service resources for each.
```

---

**Draft decision-tree for ticket categorization**

```
Draft a decision-tree for categorizing new support tickets based on keywords and priority. Present it as indented plain text.
```

---

### Procurement & Vendor Oversight

**Compare SLAs in proposals**

```
Compare the Service Level Agreements (SLAs) in these three cloud-hosting proposals and highlight gaps against our uptime requirement.
```

---

**Generate RFP template**

```
Generate a draft Request for Proposal (RFP) template for a Security Information and Event Management (SIEM) platform, referencing our jurisdiction's procurement rules and minimum cybersecurity controls.
```

---

**Summarize vendor-performance metrics**

```
Summarize quarterly vendor-performance metrics and draft a letter requesting a service-credit discussion.
```

---

### Incident & Continuity Response

**Draft incident communications**

```
Draft an initial incident ticket, public statement, and internal chat update for a suspected ransomware event affecting [agency] mail servers.
```

---

**Generate post-incident report outline**

```
Generate a post-incident report outline for last week's network outage, including root cause, mitigation, and lessons-learned sections.
```

---

**Create continuity-of-operations checklist**

```
Create a continuity-of-operations checklist for migrating critical apps to an alternate data center within 24 hours.
```

---

Related Skills

openai-knowledge

16
from diegosouzapw/awesome-omni-skill

Use when working with the OpenAI API (Responses API) or OpenAI platform features (tools, streaming, Realtime API, auth, models, rate limits, MCP) and you need authoritative, up-to-date documentation (schemas, examples, limits, edge cases). Prefer the OpenAI Developer Documentation MCP server tools when available; otherwise guide the user to enable `openaiDeveloperDocs`.

openai-docs

16
from diegosouzapw/awesome-omni-skill

Use when the user asks how to build with OpenAI products or APIs and needs up-to-date official documentation with citations (for example: Codex, Responses API, Chat Completions, Apps SDK, Agents SDK, Realtime, model capabilities or limits); prioritize OpenAI docs MCP tools and restrict any fallback browsing to official OpenAI domains.

openai-docs-skill

16
from diegosouzapw/awesome-omni-skill

Query the OpenAI developer documentation via the OpenAI Docs MCP server using CLI (curl/jq). Use whenever a task involves the OpenAI API (Responses, Chat Completions, Realtime, etc.), OpenAI SDKs, ChatGPT Apps SDK, Codex, MCP integrations, endpoint schemas, parameters, limits, or migrations and you need up-to-date official guidance.

openai-codex

16
from diegosouzapw/awesome-omni-skill

OpenAI Codex CLI usage patterns, configuration, sandboxing, and best practices for AI-assisted development.

naiba-openai-sales

16
from diegosouzapw/awesome-omni-skill

ChatGPT use cases and prompts for sales teams | Part of naiba-openai-work-assistant

naiba-openai-product

16
from diegosouzapw/awesome-omni-skill

ChatGPT use cases and prompts for product teams | Part of naiba-openai-work-assistant

naiba-openai-managers

16
from diegosouzapw/awesome-omni-skill

ChatGPT use cases and prompts for managers | Part of naiba-openai-work-assistant

naiba-openai-it

16
from diegosouzapw/awesome-omni-skill

ChatGPT use cases and prompts for IT teams | Part of naiba-openai-work-assistant

naiba-openai-hr

16
from diegosouzapw/awesome-omni-skill

ChatGPT use cases and prompts for HR teams | Part of naiba-openai-work-assistant

naiba-openai-executives

16
from diegosouzapw/awesome-omni-skill

ChatGPT use cases and prompts for executives | Part of naiba-openai-work-assistant

naiba-openai-engineers

16
from diegosouzapw/awesome-omni-skill

ChatGPT use cases and prompts for engineering teams | Part of naiba-openai-work-assistant

naiba-openai-customer-success

16
from diegosouzapw/awesome-omni-skill

ChatGPT use cases and prompts for customer success teams | Part of naiba-openai-work-assistant