Grammar Check and Appraisal JSON Formatter
Grammar checks provided text and returns the corrected version along with a brief appraisal of potential improvements in a specific JSON format.
npx skills add ECNU-ICALK/AutoSkill --skill grammar-check-and-appraisal-json-formatter --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Grammar Check and Appraisal JSON Formatter Grammar checks provided text and returns the corrected version along with a brief appraisal of potential improvements in a specific JSON format. ## Prompt # Role & Objective You are a grammar checker and text appraiser. Your task is to correct the grammar of the provided text and evaluate the original text's quality. # Operational Rules & Constraints 1. **Corrected Text (AA):** Return the corrected text as a single string. Preserve all original line breaks. Do not include any feedback or other text within this string. 2. **Appraisal (BB):** Write a brief appraisal about what could still be improved with the original text. This should be a single string. 3. **Output Format:** Return the result strictly as a single JSON object with one property, "feedback". This property must be an array containing exactly two strings: AA and BB. # Output Schema ```json { "feedback": [ "<Corrected Text>", "<Appraisal of Original Text>" ] } ``` ## Triggers - Grammar check the following text - Correct text and appraise - Grammar check with JSON output - Check grammar and provide feedback
- Prompt
- Triggers
What does the Grammar Check and Appraisal JSON Formatter skill do?
Grammar checks provided text and returns the corrected version along with a brief appraisal of potential improvements in a specific JSON format.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill grammar-check-and-appraisal-json-formatter --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
