Fix lint, formatting, and common code issues before passing CI.
This skill appears to be a prompt-only workflow description with no required secrets and no declared remote endpoints, so overall risk is low. Its instructions suggest local command execution, but the material itself does not indicate extra privilege requests, data exfiltration, or obvious malicious behavior.
The material explicitly states that no keys or environment variables are required, and the README does not request any login, token, or external credential, so credential exposure and misuse risk is low.
No remote endpoint is declared, and the content only references running `yarn prettier` and `yarn linc` locally; the material does not describe sending user data to external services.
The README explicitly instructs running local commands `yarn prettier` and `yarn linc`, which implies local code/process execution. This is a normal capability for a developer-oriented skill, but users should still note that these commands invoke project-local scripts and dependencies.
Per the instructions, it operates on repository files: `yarn prettier` modifies changed files and `yarn linc` reads project contents for checks. This access scope is consistent with the stated lint/formatting purpose, with no sign of overbroad authorization in the material.
The material is marked open-source and sourced from GitHub, which helps auditability; however, the provided repository link has an unclear relationship to the skill name/description, and the listed community adoption is 0 stars with unknown maintenance status, leaving some source credibility uncertainty.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "fix" skill from askskill: 1. Download https://raw.githubusercontent.com/facebook/react/main/.claude/skills/fix/SKILL.md 2. Save it as ~/.claude/skills/fix/SKILL.md 3. Reload skills and tell me it's ready
Please check this project for lint errors, formatting inconsistencies, and obvious syntax issues, then provide directly applicable fixes so it is more likely to pass CI before commit.
A file-by-file set of fixes or patches covering formatting, lint, and basic code issues.
Here is the CI failure log. Identify the issues and update the code, prioritizing formatter and linter failures, and explain the reason for each change.
Specific fixes for the reported errors, with explanations and recommendations for passing checks.
Please clean up style issues in this legacy code, fixing naming, indentation, unused variables, and obvious low-risk problems while avoiding business logic changes.
A cleaner, more consistent version of the code with fewer warnings, plus notes on untouched higher-risk issues.
yarn prettier to fix formattingyarn linc to check for remaining lint issuesyarn prettier only formats changed filesCheck feature flags, compare channels, and debug inconsistent release behavior.
Run Flow type checks and fix React type errors quickly.
Extract and verify React error messages and codes to debug unknown warnings.
Debug feature flag tests, update flags, and add new React gates.
Validate code changes before commit and check React contribution requirements.
Write and run Markdown-driven end-to-end tests for Relay apps.
Apply the right commit prefix, reviewer, and test plan for code changes.
Check CI readiness before pushing by catching common formatting and policy issues.
Create commits for code changes with AI-generated messages matching repo style.
Generate standardized Git commits from diffs with logical grouping support.
Fetch GitHub issues, create fixes, open PRs, and handle reviews.
Create a pull request from the current session's code changes.