agentsclimarketplace

Grammar check and appraisal json formatter

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8/grammar-check-and-appraisal-json-formatter

AutoSkill: Experience-Driven Lifelong Learning via Skill Self-Evolution

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill grammar-check-and-appraisal-json-formatter

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

What its author says it does

Copied from the file, not written here

Grammar checks provided text and returns the corrected version along with a brief appraisal of potential improvements in a specific JSON format.

SKILL.md

1.6 KB, as published. Nobody here has run it

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

{
  "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

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.