The Legal Red Lines of Perioperative Nursing: Are You Really Clear?
To be honestwhen I first saw the skill name "managing-perioperative-nursing," I thought it was just a routine nursing checklistBut upon closer inspectionI noticed it's placed under the legal folder in a GitHub repository! That's intriguingPerioperative nursingfrom preoperative consent signatures to postoperative medication recordshides legal minefields at every stepFor instanceis the patient's informed consent form standardized? Has the surgical safety checklist missed anything? Does the blood transfusion record comply with the Regulations on the Management of Medical Institution Medical Records?
I once chatted with a friend who works as an OR nurseand she complained: "We're so busy every day that we're barely on our feetSometimes we rely purely on habit for the verification processWhat if one day that habit fails and a dispute arises—who's going to take the blame?" So when I saw this skillmy first thought was: This is like a "legal talisman" for nursing colleagues!
What Can This Skill Do? Explained in One Picture
Essentiallythis skill is a structured knowledge base that organizes the lawsregulationsoperational standardsand risk points related to perioperative nursing into entriesWhen you start itit asks about your current nursing phase like a chatthen provides you with a corresponding checklist and legal referencesFor example:
- Preoperative Phase: Confirm whether legal documents such as patient identificationsurgical site markinganesthesia consent formand preoperative discussion records are complete.
- Intraoperative Phase: Surgical safety verification (Time-Out procedure)item countingpathological specimen managementetc.
- Postoperative Phase: Nursing recordsdrainage tube managementmedication monitoringdischarge instructionsetc.
Of courseit doesn't replace the hospital's SOPs (Standard Operating Procedures)Insteadit serves as an auxiliary tool to quickly locate the latest regulations—such as the Surgical Safety Verification SystemMeasures for the Management of Surgical Grading in Medical Institutionsand so onAnd because it's open-sourcethe community can constantly update itmaking it much more up-to-date than paper documents.
How to Install? Tested and Working
The installation process is super simpleprovided you have Node.js and npm on your computerOpen your terminal and type the following command:
npx skills add https://github.com/lev-os/agents --skill managing-perioperative-nursing
Then wait for it to downloadand run:
npx skills run managing-perioperative-nursing
At this pointyou'll see an interactive interfacePersonallyI like running it inbecause the interface is cleanerIf you want to use it on the webyou can click the "Run in " button.
Tip: If you encounter permission issues during installationtry adding sudo before the command (Mac/Linux)Windows users should run the terminal as administrator.
How It Feels in Practice
To be honestI was initially worried that this skill might be too "geeky" for nurses to pick up easilyBut after trying it outI found the interaction very user-friendlyFor exampleI simulated a "preoperative preparation" scenarioIt asked: "Has Time-Out been performed?" and then listed items to check: patient namesurgical proceduresurgical sitedrug allergieseach item can be ticked offand after checkingyou get an electronic verification record.
The best part is that it also provides the legal basisFor examplefor "surgical site marking," it cites the relevant clause from the Patient Safety Goals (2024 Edition)telling you the risks of not marking the siteThis is especially useful for training new staff—it not only teaches you what to do but also why you must do it.
Additionallythe skill includes some real case warningsFor instancea hospital that had a dispute due to a miscount of gauze pads after surgery leading to a second operation—the skill highlights the legal clauses violated in that caseThis case-based teaching is much easier to remember than dry legal text.
Notes and Gripes
Since it's an open-source projectthe content of this skill is primarily based on Chinese domestic laws and regulations (such as the medical liability chapter of the Civil Codethe Regulations on the Prevention and Handling of Medical Disputesetc.)If you are practicing abroadyou may need to localize itAlsosome parts of the skill are relatively generale.g"postoperative pain management" only mentions basic principles without differentiating the legal differences between various analgesic regimensHoweverthe upside is that you can directly fork the repository and add content to the SKILL.md file yourself.
Another complaint: if your network is unstable during installationthe download may failI suggest using a VPN or a domestic mirrorAlsothe skill doesn't save data—each run starts a new sessionso it's not suitable for long-term record-keepingBut as a learning reference and on-the-spot inspection toolit's definitely sufficient.
Why I Recommend All OR Colleagues to Try It
The legal risks of perioperative nursing are no small matterI've seen too many medical disputes caused by incomplete documentation or missed verification stepsSometimes nurses performed the correct procedure but had no evidence to prove itand ended up being held accountableThis skill helps you develop the habit of checking legal points at any time—it's like having a "legal assistant" in your pocketPlusit's freeopen-sourceand customizableThe only "downside" is that it takes a few minutes of internet speed to install—no real drawbacks.
In shortif you are involved in perioperative nursing—whether as a nursenursing manageror medical student—I suggest you give it a tryEven just reading through the legal points inside can make you more cautious when writing records.
One last word: No matter how good the skill isit can't replace clinical experience and judgmentWhen in doubtyou still need to consult the Medical Affairs Department😄