KS
Killer-Skills

rn-ci-check — how to use rn-ci-check how to use rn-ci-check, rn-ci-check setup guide, automated quality assurance, rn-ci-check alternative, rn-ci-check vs Jest, rn-ci-check install, what is rn-ci-check, rn-ci-check workflow integration, rn-ci-check best practices

v1.0.0
GitHub

About this Skill

Perfect for JavaScript Agents needing automated quality assurance and streamlined workflows with lint, TypeScript, and tests. rn-ci-check is a skill that automates the execution of a comprehensive quality verification suite, including lint, TypeScript, and tests, to ensure code quality and reliability.

Features

Executes npm run lint for code quality checks
Runs TypeScript checks using npx tsc --noEmit
Performs tests using npm test
Optional build check using npx expo prebuild --clean --no-install
Reports results in a formatted table with status and details

# Core Topics

asolerp asolerp
[0]
[0]
Updated: 3/7/2026

Quality Score

Top 5%
30
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add asolerp/PManagement/rn-ci-check

Agent Capability Analysis

The rn-ci-check MCP Server by asolerp is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use rn-ci-check, rn-ci-check setup guide, automated quality assurance.

Ideal Agent Persona

Perfect for JavaScript Agents needing automated quality assurance and streamlined workflows with lint, TypeScript, and tests.

Core Value

Empowers agents to execute comprehensive quality checks using npm, TypeScript, and Expo, ensuring code integrity and reliability with commands like npm run lint, npx tsc, and npm test.

Capabilities Granted for rn-ci-check MCP Server

Automating code linting for error detection
Executing TypeScript checks for type safety
Running tests for functional validation

! Prerequisites & Limits

  • Requires Node.js environment
  • Dependent on npm and Expo installations
  • Optional build check can be slower
Project
SKILL.md
980 B
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

RN CI Check

Ejecuta la suite completa de verificación de calidad.

Comandos

bash
1# 1. Lint 2npm run lint 3 4# 2. TypeScript (si aplica) 5npx tsc --noEmit 6 7# 3. Tests 8npm test 9 10# 4. Build check (opcional, más lento) 11npx expo prebuild --clean --no-install

Workflow

  1. Ejecutar lint primero (más rápido, errores comunes)
  2. Si lint pasa, ejecutar tests
  3. Reportar resultados con formato:
## CI Check Results

| Check | Status | Details |
|-------|--------|---------|
| Lint | ✅/❌ | N warnings, M errors |
| Tests | ✅/❌ | X passed, Y failed |
| Build | ✅/❌ | Notes |

Fix Automático

bash
1# Auto-fix lint errors 2npm run lint -- --fix 3 4# Format con Prettier 5npx prettier --write "src/**/*.{js,jsx,ts,tsx}"

Errores Comunes

  • Import order: Ejecutar eslint --fix
  • Unused vars: Revisar si es intencional, prefixar con _ si es necesario
  • Missing deps en hooks: Añadir al array o usar // eslint-disable-next-line

Related Skills

Looking for an alternative to rn-ci-check or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication